Summary
The /library page consistently shows:
"Error: Live collaboration is temporarily unavailable. Retrying in 5s... Retry now"
Individual docs work fine — creating, editing, and real-time collaboration all function normally. The issue is isolated to the library view.
Steps to Reproduce
- Sign in to https://www.proofeditor.ai
- Create a few docs (these work fine individually)
- Navigate to https://www.proofeditor.ai/library
- Error appears immediately after auth
Expected
Library page displays a list of all previously created docs.
Actual
The collab/WebSocket connection for the library view fails. Individual doc collab channels work fine, suggesting the library uses a different connection that's broken.
Notes
- Hard refresh does not resolve
- The built-in bug report API (POST /api/bridge/report_bug) is also broken — returns REPORT_BUG_CREATE_FAILED with a GitHub Bad credentials error
- Individual doc API access works (GET /api/agent/{slug}/state returns 200)
Summary
The /library page consistently shows:
"Error: Live collaboration is temporarily unavailable. Retrying in 5s... Retry now"
Individual docs work fine — creating, editing, and real-time collaboration all function normally. The issue is isolated to the library view.
Steps to Reproduce
Expected
Library page displays a list of all previously created docs.
Actual
The collab/WebSocket connection for the library view fails. Individual doc collab channels work fine, suggesting the library uses a different connection that's broken.
Notes