Issue Description
When a user attempts to log in to the Agora Console, the front-end page deadlocks and gets stuck on a black loading screen. The user interface continuously displays a loading indicator alongside the notification text stating Hold on Preparing console for you, preventing the account console from finishing initialization.
Platform and SDK Context
Target Environment: Agora Console Infrastructure Web Portal via Web Browser
Observed Signatures: The application dashboard finishes initialization and functions normally when executed exclusively within browser incognito private browsing windows.
Root Cause Analysis
The persistent login loading freeze originates from corrupt browser session data, broken cookies, or aggressive local privacy extensions that block essential authentication scripts from executing.
Because the web console requires active read and write authorization with the local storage environment to configure the user session, any client-side script interference or storage restriction causes the front-end state machine to deadlock. Testing inside an incognito private window bypasses this conflict because it initializes an entirely clean browser container isolated from historical persistent tracking records and active background add-ons.
Solution and Resolution Steps
-
Execute Private Session Cross Validation
Direct the user to open a new incognito private browsing window in their browser. Instruct them to access the Agora Console login page again to verify if the clean browser session successfully completes the authentication lifecycle.
-
Purge Localized Site Cookies and Cache
If the private session executes successfully, the issue is isolated to the primary browser profile. Instruct the user to clear all localized cookies and cached site data specifically mapped to the Agora Console domain within their normal browser window.
-
Deactivate Block-Capable Browser Extensions
Direct the user to access their browser extensions repository. Temporarily deactivate all privacy filtering software, ad-blocking extensions, or script-blocking utilities that may aggressively intercept local storage script execution on the console portal.
-
Apply Alternative Browser Container Workaround
If the regular browser profile remains blocked due to deep layer browser corruption or enterprise group security policies, instruct the user to maintain the incognito window session or switch to an alternate verified web browser application container to resume operations.