N8n.io only runs in incognito mode

Describe the problem/error/question: I can only run n8n.io in incognito mode. When I try to log in with Google Chrome, it just comes back to a blank screen.

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Hi, do you have extensions installed? By default extensions aren’t activated when in incognito mode.

I think also you can try a hard reload

like this describes

https://stackoverflow.com/questions/14969315/whats-the-difference-between-normal-reload-hard-reload-and-empty-cache-a#:~:text=528-,Normal%20reload,because%20it%20makes%20sure%20that%20even%20these%20won't%20use%20cached%20files.,-Note%3A%20This%20feature

shift + f5

That may fix it.

Best regards,

Samuel