New user google account oauth issues

Hey there , im having a issue with the oauth connection , i have my cloudflare tunnel on my unraid server , n8n is on a external adress and call back adress is accesible outside my network

i have tried setting up on a diffrent pc and diffrent internet connection

signing in to google my google account giving permmisions when it times out waiting for respose from the call back server
api is enabled and project and client id ect was set up 2 days ago

this is the error in my docker

timeout of 28611.7465079253ms exceeded
AxiosError: timeout of 28611.7465079253ms exceeded
    at RedirectableRequest.handleRequestTimeout (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/adapters/http.js:657:16)
    at RedirectableRequest.emit (node:events:519:28)
    at RedirectableRequest.emit (node:domain:488:12)
    at Timeout.<anonymous> (/usr/local/lib/node_modules/n8n/node_modules/follow-redirects/index.js:221:12)
    at listOnTimeout (node:internal/timers:581:17)
    at processTimers (node:internal/timers:519:7)
    at Axios.request (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/Axios.js:45:41)
    at runNextTicks (node:internal/process/task_queues:60:5)
    at listOnTimeout (node:internal/timers:545:9)
    at processTimers (node:internal/timers:519:7)
    at Axios.request (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/Axios.js:40:14)
    at Axios.request (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/Axios.js:40:14)
    at Axios.request (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/Axios.js:45:41)
    at runNextTicks (node:internal/process/task_queues:60:5)
    at listOnTimeout (node:internal/timers:545:9)
    at processTimers (node:internal/timers:519:7)
    at Axios.request (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/Axios.js:40:14)
    at Axios.request (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/Axios.js:45:41)
    at runNextTicks (node:internal/process/task_queues:60:5)
    at listOnTimeout (node:internal/timers:545:9)
    at processTimers (node:internal/timers:519:7)

i been trying for few days now . havent tried tunnel yet . rather get my one set up any ideas ? id be greatfull

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:

I found the issue , my docker network type bridge and host do not work but in my docker network it connected :slight_smile: very happy 5 days but next postgress and supabase connection :slight_smile: lol

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.