Having some access issues and its not really making sense

While I can access Google AI Studio without issues, my production link is failing to load Workspaces within the app. I’ve been tirelessly searching for a solution to no avail. Yesterday, following an update, authenticated users were suddenly routed to the /register/account page—a registration step—without explanation. After checking my files and Firestore database, nothing seems to account for this. My prompts haven’t resolved the issue, and restarting the build would be devastating given the time invested in this previously functional app. Although no explicit permission error appears, the behavior suggests an authorization conflict. Users are authenticated and have records in both the master /users collection and the workspace-specific /workspaces/{id}/users subcollection. This is a Fiber optic FSM (synq360) using a custom domain via Cloud Run domain mapping. I’m at a complete loss; if anyone is available to review this, please let me know.

this sounds like a firebase authentication routing issue rather than an ai studio bug, likely something changed in how your app checks user records between /users and /workspaces/{id}/users. worth checking your auth rules and redirect logic here: Manage Users in Firebase. a moderator may need to look at your specific project logs too.