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?
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?
It looks like your topic is missing some important information. Could you provide the following if applicable.
Hey @Steeve,
Welcome to the community
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.
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.