cerpus / Edlib

Edlib is an application for creating, sharing, storing and using rich interactive learning resources.
https://docs.edlib.com
GNU General Public License v3.0
40 stars 7 forks source link

502: Make sure user is sent to login screen if session expires #2703

Open tmkarlsen opened 5 months ago

tmkarlsen commented 5 months ago

502 error The user is often logged out and met with a not-so-informative message.

Screenshot Skjermbilde 2024-03-22 kl  13 40 02

emmachughes commented 3 months ago

This doesn't seem likely to be related to sessions, and no similar problem happens in the dev environment. This is probably a failure on Vapor's/Lambda's part occurring after the runtime has shut down, and the session having expired at this point is purely coincidental.