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
Hey,
I’m just wondering, if I have done something wrong or if it’s a normal behavior:
What do you think ?
Thanks
Matthias
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.
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