Setting N8N_SECURE_COOKIE=false doesn't work

hello @w3fans

in linux the env should be exported via command
export N8N_SECURE_COOKIE=false

without the export command you have only defined a local variable which npm doesn’t know

1 Like