Asyncrine dowload

So I tried to download a medium file (80MB) in my workflow and then store it on my disk because I use it with ffmpeg to compress it. My problem is that the file is not viewable, but the workflow moves on to the next node, which causes a file error because the file isn’t ready yet. I already tried this on n8n Cloud, and it works perfectly without any configuration, but on self-hosted, it doesn’t work.

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:**Version 1.107.4
  • Database (default: SQLite):Airtable
  • n8n EXECUTIONS_PROCESS setting :main
  • Running n8n via :Docker
  • Operating system:

hello @Eddy_Andrianomenjana

Try with a wait node to wait some time before doing the next step

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.