Can't send dynamic JSON in HTTP request

I’m experiencing an issue in my workflow (“Automate Blog Writing for CarReport”) where Step 9 – a Send HTTP request action – repeatedly fails. The errors I’m encountering include:

  • 524 server timeout errors when trying to load /api/v1/pieces/options
  • SyntaxError: Unexpected token 'B', "Bearer eyJ..." is not valid JSON
  • An internal error occurred while fetching data, please contact support

I’ve attached a screenshot of the full console log and workflow for reference.

What I’ve Tried:

  • Ensured the JSON being sent is valid (no data nesting, all top-level keys)
  • Checked that the Authorization header is formatted as "Authorization": "Bearer <token>"
  • Verified the endpoint is functional via Postman
  • Retested multiple times and received the same failure

Please advise on what might be causing the issue. Is this related to infrastructure, a bug in the HTTP request module, or improper token formatting? Let me know if you need access to logs or a run ID.

Hello @jackcarlson , Welcome to the community :wave:,

Can you try recreating step 9 instead of duplicating it? Do you still see the same error afterward?

Hi there as well😀

Can you please send us the link to your flow as well so we can take a look ?