the flow appears to work as intended until Read/write file disk.
In this example I have placed a .txt file in the folder and the flow grabs the path and file name. then Read/write file disk node correctly identifies the path of the file, but there is no output and the workflow stops.
Please advise. I’ve been searching far and wide and tried different things to no avail.
The workflow so far is more or less identical to the start of this template, but not working.
Guys,
I have similar problem. Fwd slashes are ok for me, but output data is weird.
My read node is looking for json file from the local folder. It is returning data block with metadata (filename, size, MIME, etc), but after that I cannot do anything with that block. No matter what I connect afterwards, no info from json file is passed on.
Do I understand purpose of read node incorrectly? Does read node has to return contents of the file(-s)? If not, what do i need to connect next to parse data? Thanks
I have the same issue… a very basic operation of Read/write files from Disk is returning a null - no matter what I try and which file type I try… did you find how to solve for it?
Is this an issue with trial period? by any chance?
I met the same issue. finally I figured it out. The reason is I run n8n from docker container. As a result, the container cannot access any folder or file outside of the container. The solution is to use another -v parameter to mount the local folder into the n8n container and the issue was fixed.