nickredmark / staart

A starter library for node projects with user accounts.
MIT License
313 stars 39 forks source link

Doesn't save the session after login #41

Closed andrey11231990 closed 3 years ago

andrey11231990 commented 4 years ago

Hi. Currently, I've tried to run your project locally (staart/examples/staart) and after login I can't get access to the 'account' page. It feels to me that there is not session initialized. Could you pls check that everything is still working ? I didn't make any changes to the project itself but I still can't access it. I've executed npm run start:dev-environment to run docker with DBs and npm run start:dev to run the project itself After it I've registered 'locally' and tried to login, but I can't get access to 'account' page