augxmas
February 13, 2025, 12:06pm
1
hello,
I am applying ‘self host’ with my own domain ‘n8n.monomate.kr’ and i’d like to use ‘youtube’ things.
for this , i should register my credential of google on my own host server workspace.
OAuth Redirect URL is like below so I met error
http://localhost:5678/rest/oauth2-credential/callback
how to change like below
http:/n8n.monomate.kr:5678/rest/oauth2-credential/callback
n8n
February 13, 2025, 12:06pm
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
Set the first (baseurl) part in env var WEBHOOK_URL=http://n8n.monomate.kr:5678
See: Docs
Google may require the redirect URL to be https on the default port (443) though, like https://n8n.monomate.kr/rest/oauth2-credential/callback
.
system
Closed
May 26, 2025, 12:02am
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.