Being loggout on local after website update, is it normal?

Hey,

I’m just wondering, if I have done something wrong or if it’s a normal behavior:

  • I’m on my local website, logged as a user
  • Push some modifications via wappler
  • On page refresh i’m logged out

What do you think ?

Thanks
Matthias

1 Like

What kind of server architecture you are one? I’m on a Node Server and this also happens to me.

Yes node JS server on docker

Are you deploying to Docker? or you deploying locally?

Local Docker, I didn’t test yet on Digital Ocean if I get logged out also.

1 Like
1 Like

My thoughts is that when deploying to local Docker (which I’m also doing), it doesn’t stores the state of the session, therefore, upon a new change or deployment, the user session gets wiped out.

Edit

Just as JonL posted :smiley:

1 Like