Hi :
I’m using n8n version 1.109.0, which is the community edition. I installed it in my POC environment using Docker in an offline setup. When I’m developing a workflow, I often get an error message that looks like the image below. What’s the reason for this?
Try to logout from the n8n then login again
1 Like
After the message appears, if I log in again, it goes back to normal. But after I operate for a while, the error message pops up again. Could this be some kind of permission protection mechanism?
If you’re working in http instead of https (Since you’re working offline), try set N8N_SECURE_COOKIE
env to false
(not "false"
)
how about N8N_HOST
and N8N_PROTOCOL
?
Have you set that too?
No, I haven’t. What’s the purpose of these two environment variables? Also, thank you for your reply.
the protocol env is for setting which protocol will used for the n8n, http or https.
the host env for set the address to access the n8n
Learn more here