The active projects dashboard occasionally showed a blank state on first load even when projects existed. This was a race condition where the project list request was resolving before the session was fully established. The loading sequence has been corrected.
Fixed an edge case where users returning to the app after a session expiry were redirected to a broken URL instead of the login page. The app now correctly returns you to your intended destination after signing back in.