GHL OAuth Redirect URL for giving "Something went wrong, please try again"

Describe the problem/error/question

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”

What is the error message (if any)?

“Something went wrong, please try again”

Please share your workflow

Unrelated (Connection)

Information on your n8n setup

  • n8n version: 1.60.1
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: Mac os

Please help!!!

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 :pray:

Hi @Austin_Smeak,

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)