Workflow works manually but fails on activation (503 error)

Hi all,

I’m running into an issue with a workflow that works perfectly fine when executed manually, but throws a 503 error as soon as I try to activate it.

Here’s the setup in short:

  • Data is retrieved from a Google Sheet.

  • An HTTP (GET) node copies the sheet (needed for a new content calendar).

  • An AI Agent node processes data from the main sheet (only 10–40 rows, so manageable).

  • Output is parsed in a Code node (parser tools don’t align well with the JSON structure, so custom parsing works better).

  • Rows are then added to Excel.

  • Finally, another AI Agent generates an email for a control step

Everything runs smoothly in manual execution, but as soon as the workflow is active, I consistently get a 503 error.

Has anyone experienced something similar, or found a reliable workaround?

Thanks in advance for your help!

Robin

Hello @Robin_Calor

Try disabling the nodes until you will find which one is causing 502 errors.

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