Problem with sign in account in download local

I have a problen. I can’t sign up my account in the download local. In the https in safari yes, but in local no with the same account.


versión 1.50.2

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:

The issue is in safari because it does not allow secure cookie over http for localhost.

You can try one of these options

  • use another browser, or
  • set the env variable N8N_SECURE_COOKIE to false before starting n8n, or
  • setup a reverse-proxy with valid certificates, and put n8n behind that reverse-proxy

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