Wait Node Remains in a Loop Even After Image Completion

I am using n8n, and although the image generation completes and displays correctly on my Vercel page, the Wait node remains stuck in a loop and does not end the execution.

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:1.81.4
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):vercel
  • **Operating system:Windows 11

hello @camiloxnova

If you specify wait time of more than 65 seconds, the execution gets offloaded and you won’t see the results in the opened window. Instead, open the executions and check there.

its weird i see my result on my page but, after the result is showed, wait sends a new execution and in stay procesing, my GPU cloud rejects that instant solicitude

looks like a bug

I think you have an issue here

The Edit fields node doesn’t accept multiple inputs. They will be processed as different items.
Remove the lower Edit Fields node (SelectDream_Vercel) as it will break the execution. Plus, it doesn’t do anything.

PS better to save API keys via credentials instead of placing them directly in the Workflow

2 Likes

thanks it worked, and right now i will change my Key, its a temporal for a event always i change that

1 Like

If the issue was resolved, please mark my post as a solution by clicking on the little checkbox below the post so others can also see the solution.

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