I am try to setting up my Google sheets or anything else but somehow during OAuth2 API setup “OAuth Redirect URL” does not appear, instead “allowed HTP Request Domains” appear… what did i do wrong? Please help..
The issue is that the “OAuth Redirect URL” field is not showing up in your n8n OAuth2 setup. This is because you’re likely using an older version of n8n. The “Allowed HTTP Request Domains” field is used instead in newer versions.
To get the redirect URL, you’ll need to use the URL of your n8n instance. If you’re running n8n locally, it’ll likely be `http://localhost:5678/\`. You’ll then need to enter this URL in your Google Cloud Console when setting up your OAuth credentials.