“Error: Unsupported content type: text/html;charset=utf-8
More details
Failed to connect. The window can be closed now.”
I tried to construct the token request URL and use it in browser, and I got the text
“Something went wrong. Please try again!”
Not too verbose, and looks like that Zoho is to blame for returning plain text instead of JSON with token. However, when I follow the same workflow in Postman, I can get the token properly.
I suppose the issue is with callback URL I use, but n8n forces me to use https://oauth.n8n.cloud/oauth2/callback
What could be an issue? Thanks.
PS I use n8n cloud.