dshoreman / servidor

A modern web application for managing servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend doesn't redirect to login when session expires

dshoreman opened this issue · comments

Occasionally when attempting to reload the page, it'll redirect to the Dashboard which acts as if you're logged in but without displaying any user data.

To replicate, simply destroy and recreate the Vagrant VM (vagrant destroy && vagrant up). It might be sessions being invalidated, but there are likely other causes too.