Hi everyone, I’m encountering an issue while trying to authorize X credentials in n8n. After clicking the “Authorize App” button for a new credential (OAuth2-based), I get the following error:
For additional context, we’re using a Developer (Self-hosted) account, and our OAuth Redirect URL is set to: https://n8n-[xxxx].onrender.com/rest/oauth2-credential/callback
I suspect the issue might be due to being signed in with multiple accounts…
Try signing out of all of them, including your developer account and X itself, then try again.
I’ve already tried that. Could the issue be related to the different OAuth Redirect URL we’re using? Ours is https://n8n-[xxxx].onrender.com/rest/oauth2-credential/callback, whereas the common redirect URL for n8n Cloud is typically https://oauth.n8n.cloud/oauth2/callback.