The issue is similar to the one described in this thread: X (Tweeter) connector is having a problem to connect to my x account
After proving my client id and secret values, I click “Connect my account“ and end up on this page
A deeper look into X’s logs shows the real error: “Value passed for the redirect uri did not match the uri of the authorization code.”
There is a mismatch on n8n’s end. Your docs prescribe to put https://oauth.n8n.cloud/oauth2/callback as the callback URL.
But when I click “Connect“, the callback URL you provide is different: https://herofeed.app.n8n.cloud/rest/oauth2-credential/callback (“herofeed” is my app name)
Could you check and make it more clear in the documentation which callback URL should be sent to X?
