I try to import a CSV in GrapheneDB. But I have this error:
Couldn't load the external resource at:/data/graph.csv
I have a local neo4j instance on my Mac and when I run my request, It's work. So the problem is not the path of the .csv.
I also tried to change the permissions of the file to 777 but it doesn't work.