N8N_SECURE_COOKIE to false

Hi, I just installed npm n8n on my vps and I would like to access to server by http, not https. I type bash command in .n8n folder: export N8N_SECURE_COOKIE=“false” but nothing change. Still have the same message.

Can you help me?

1 Like

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:
  • n8n version:: 1.34.2
  • Database (default: SQLite):: SQLlite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):: default
  • Running n8n via (Docker, npm, n8n cloud, desktop app):: npm
  • Operating system:: Ubuntu Linux

Hey @Steeve,

Welcome to the community :tada:

You would need to make sure you run the command before you start n8n, You may also not need to use "false" just false should do it.

I would also recommend using Docker if possible as it makes setting the environment options easier.

1 Like

Thank you! I see more detailed documentation with docker install process. I need to learn npm install processes then it’s a bigger challenge for sure!

I works, we can close ticket

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