Hi,
I need to automatically post blogs created in N8N workflows, to my website.
I am attempting to send an oauth request to Wix, as the first step in the process but keep receiving the below error.
Would anyone know why and what i can do to fix it?
This is the node:

Information on n8n setup
• n8n version:1.78.1
• Database (default: SQLite): default
• n8n EXECUTIONS_PROCESS setting (default: own, main): NA
• Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
Operating system: Windows 11
barn4k
4
hello @Natalie1
“JSON parse error” means your JSON in the body is invalid. in 99% of cases, there is a missing comma or unescaped double quote somewhere.
Better to handle OAuth credentials with the corresponding credentials instead of manually obtaining tokens.
1 Like
Hi Natalie, Can you please share your workflow/ideas if possible I am building similar kind of the application.
Hi, there is no workflow yet as I haven’t been able to get it to work.
system
Closed
7
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.