fix(web): fix infinite redirection while accessing console - #38458
fix(web): fix infinite redirection while accessing console#38458QuantumGhost wants to merge 1 commit into
Conversation
Assisted-By: Codex:GPT-5.4
|
AI disclosure: This comment was drafted with Codex using GPT-5.4. I reviewed the explanation, and I am responsible for the content. The reason for fixing this on the
After that redirect, the fresh probe catches up:
That is what creates the repeated This patch breaks the loop in the narrowest place possible:
So the intent here is to preserve the existing backend contract and fix the incorrect client-side assumption that cached profile data is enough to prove the session is still valid. |
Assisted-By: Codex:GPT-5.4
Important
Fixes #<issue number>.Summary
Closes #38457
Screenshots
Checklist
make lint && make type-check(backend) andcd web && pnpm exec vp staged(frontend) to appease the lint gods