This is probably a super dumb question, but it should be an easy solution and I haven’t been able to find any way to fix it. I’m using N8N in a Docker container. Whenever I try and write a file to the shared folder I get the below error. I created a very basic workflow below but I’m still unable to write any files to the shared folder. The volumes: - ./shared:/data/shared was included in the docker compose file when I created the container.
What is the error message (if any)?
Problem in node ‘Read/Write Files from Disk‘
The file “/data/shared/test.json” is not writable.
Please share your workflow
Share the output returned by the last node
Problem in node ‘Read/Write Files from Disk‘
Information on your n8n setup
- n8n version: 2.0.2
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): main
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Windows 11