Im getting the error “Something went wrong. Please try again!” on my redirect link for authentication on n8n. I have setup the GHL App Marketplace Settings correctly as the n8n documentation suggests and the Authentication as GHL documentation suggests, When the marketplace redirects me to the Redirect URL it says:
“Something went wrong, please try again”
Based on the N8N error and this post OAuth2 Something went wrong. Please try again! the N8N team suggests the following as the solution:
When n8n starts the oauth process, it generates a CSRF state, sends it to the oauth server, and then expects the same state to be present on the callback url.
This looks like the oauth server is not returning the state that was passed to it.
PLEASE HELP