Describe the issue/error/question
Are we able to configure how the OAuth Redirect URL
appears? If so how can that URL be configured?
I’m having an issue regarding configuring Google Sheets account credential. My OAuth Redirect URL is showing up as
n8n.example.com/rest/oauth2-credential/callback
instead of
https://n8n.example.com/rest/oauth2-credential/callback
and I believe the non https://
URL is problematic with OAuth.
I’m just looking to add the https://
portion to my OAuth Redirect URL
Information on your n8n setup
- n8n version: 0.202.1
- Database you’re using (default: SQLite): Postgres
- Running n8n with the execution process [own(default), main]:
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker