Dara S.
@delta_dara ·
Troubleshooting File Writes in n8n Workflows
Hey WebNutch community, I'm having some issues with my n8n workflow writing files to the archives. Every time I try to save something, I get an error message saying ENOENT: no such file or directory, realpath '/files/youtube'. I've defined the write node path as /files/youtube/audio_english.mp3, which is within my Docker Compose setup. The volumes are configured as follows: volumes: - n8n_data:/home/node/.n8n - /docker/n8n/youtube:/files/youtube. My workflow involves generating audio using the ElevenLabs node, and I'm using a form trigger to initiate the process. I'd love some help figuring out why my workflow isn't writing the files to the archives. Has anyone else encountered a similar issue? You can find my workflow JSON below, but I'd appreciate any guidance on how to troubleshoot this. We have a lot of resources available in the WebNutch marketplace, so let's work together to resolve this. The workflow involves multiple nodes, including a split in batches node, the ElevenLabs node, and a form trigger. I'm looking forward to hearing your thoughts and finding a solution.