Oauth 2 Google Error

Hello, I’m trying to connect my Google Contacts to the n8n, but I can’t.

apparently the OAuth callback doesn’t work
image

When I access the URL with the port

But when I remove the port from the url, it gives me this return:
image

I’m using n8n locally through a hertzner cloud vps. I saw this problem here on the forum, but everyone uses Docker.


These are the only configuration files in the n8n root folder

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:

Hey @Kaua_Alves,

Welcome to the community :cake:

It looks like the first issue is down to n8n and the server not listening on port 5678 to fix that as you have found set the WEBHOOK_URL env option to only use the domain.

With the second issue can you click on more details and let us know what it says, It may also be worth trying in private browsing mode just incase the old URL is being used.

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