| Returned to the login page repeatedly after signing in |
Changing exit regions, an old session left behind, or conflicting browser cache |
Fix the route, end the old session, sign in again, and avoid changing regions during login |
| The page loads, but the answer stops halfway through generation |
An interrupted persistent connection, a device network change, or the client moving to the background |
Keep the current route and device network stable, then establish a new session before sending the request again |
| The web version works, but the IDE plugin cannot connect |
The plugin did not inherit the system settings, or the application process is still using an old connection |
Check the IDE’s application-level settings and extension logs, then fully restart the editor |
| Command-line request times out |
A different terminal network environment, DNS problems, or a persistent process reusing an old connection |
Confirm the request process’s actual exit, restart related processes, and test resolution and connectivity again |
| Images or attachments fail to load |
The main page and static resources use different paths, or browser rules are blocking resources |
Check that resource requests pass fully through the current route, and temporarily disable potentially conflicting blocking rules |
| The original region still appears after switching routes |
An old connection, cache or DNS result has not yet updated |
End the current session, reopen the application or browser window, and check the current exit environment again |