Credentials sign in fails

Page Not Found for GDrive, LinkedIn, and x.com

Hi everyone,

I’ve been working diligently for the past 10 days to automate my website blog using n8n. I’ve successfully integrated Google Sheets, but I’m now facing an issue with adding GDrive, LinkedIn, and Twitter credentials.
Whenever I try to add these services, I consistently get a “Page Not Found” error.

I’ve noticed a change in my n8n environment.

It used to run on 127.0.0.1, but now it’s running on a localhost,

This change coincided with updating to the latest version, but I’m unsure if there’s a connection.
I’m currently using two environment variables:

  • N8N_SECURE_COOKIE: false
  • Port 8000
  • Docker
  • Ubuntu

Any advice or troubleshooting tips would be greatly appreciated. Thanks in advance!

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:

Well just to share what worked for me, it worked only when i used port 5678 only, and removed N8N_SECURE_COOKIE= false, so worked when there is no local network access, if local network access on it will not work

1 Like

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