hello everyone.
When i try to connect to my salesforce account i get this mistake "OAuth Authorization Error
There was a problem generating the authorization URL
Request failed with status code 414"
does anyone have any experience with this type of error and if someone has, is there a solution for this?
thanks in advance!
- Open your Salesforce credentials window in n8n.
- Look for the Scopes configuration field.
- Type or select only the exact permissions your workflows actually need. For most standard setups, minimizing it to just these core scopes reduces the URL length drastically:
-
api
-
refresh_token
-
offline_access
This should work mostly, if there are any more errors, I will be happy to help.
Hey,
thanks for the reply. I solved this by opening SF in incognito mode, there was no problem with this error there and it connected everything.
Many thanks for sending answer!
Just happy that you could solve it! 