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:
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:
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.
By GHL App Marketplace - do you mean Go High Level then could you update to the latest version of n8n and then make sure that you’re using the latest node version? (You can check this by selecting the node, copying & pasting the node json into a text editor to look at the node version)