JSON parameter needs to be valid JSON [item 7]

Hi, I have been having problems with this HTTP request node. During testing, when I just ran this node, it worked fine but when I did ‘test workflow’, this node gave me the following error:
JSON parameter needs to be valid JSON [item 7].

Following is the json in the node:

And this is the screenshot of the node and error:

I am new to n8n and not very proficient in coding. Kindly help!
Thanks.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • n8n version: 1.78.1
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Self-hosted (render.com)
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker image
  • Operating system: macos

hello @Vatsal_Jain

check the fields for the input item with index number 7. Seems there are some issues with them (most probable - quotes)

1 Like

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