Describe the problem/error/question
I’ve set up the n8n running on my server behind a NGINX reverse proxy. I’ve followed all the instructions I can see, set up the Webhook URL, checked through my OAuth Redirect URL, and that it matches on Azure. I’ve gone through and checked that from my server I can access the Microsoft OAuth and it all seems to connect.
The problem is that when I try to ‘Connect my account’ by clicking on the red button it opens the pop up to sign into my Microsoft Account and when i click to sign in it just timesout after 30 seconds. Get the following error:
No other logs from docker apart from saying it timesout.
What is the error message (if any)?
Error: connect ETIMEDOUT 20.190.159.128:443
More detailsFailed to connect. The window can be closed now.
Docker log:
25-02-20T17:31:16.655Z | debug | Credential updated {“credentialId”:“05b4rUltkgbI5Xdu”,“file”:“credentials.controller.js”,“function”:“updateCredentials”}
2025-02-20T17:31:16.656Z [Rudder] debug: no existing flush timer, creating new one
2025-02-20T17:31:16.753Z | debug | OAuth2 authorization url created for credential {“userId”:“1ac74984-fad5-441d-b04e-b04315af6ebd”,“credentialId”:“05b4rUltkgbI5Xdu”,“file”:“oauth2-credential.controller.js”,“function”:“getAuthUri”}
2025-02-20T17:31:26.656Z [Rudder] debug: in flush
2025-02-20T17:31:26.656Z [Rudder] debug: cancelling existing flushTimer…
2025-02-20T17:32:10.466Z | debug | Querying database for waiting executions {“scopes”:[“waiting-executions”],“file”:“wait-tracker.js”,“function”:“getWaitingExecutions”}
2025-02-20T17:33:10.496Z | debug | Querying database for waiting executions {“scopes”:[“waiting-executions”],“file”:“wait-tracker.js”,“function”:“getWaitingExecutions”}
2025-02-20T17:33:43.109Z [Rudder] error: Response error code: ETIMEDOUT
Information on your n8n setup
- n8n version: 1.79.2
- Database (default: SQLite): default: SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): Default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Linux Ubuntu