osschat osschat osschat

Fixed repeated session requests in auth

Bug Fix Frontend Integration

This update resolves a critical authentication loop that could trigger repeated session requests in the background, making the app unstable and difficult to use.

Stability Updates

Fixed an issue where session fetching could get stuck in a loop, repeatedly calling the session endpoint and causing excessive downstream calls.

Authentication is now handled in a more stable way so your session is fetched once on startup, instead of continuously re-triggering due to session change signals.