Bug
The /inbox page attempts to subscribe to Supabase Realtime, but the current Content Security Policy blocks the required wss:// Supabase Realtime WebSocket connection.
Current failure
Content-Security-Policy: The page's settings blocked the loading of a resource (connect-src) at wss://sytajbytcdlsbnbkqpyo.supabase.co/realtime/v1/websocket
Uncaught Error: WebSocket not available
PRD
A detailed PRD has been added as an issue comment and as PRD.md in the repository workspace.
Notes
The pasted contentscript.js, moz-extension://, inpage.js, ObjectMultiplex, InstallTrigger, and onmozfullscreen* warnings appear to be browser-extension noise unless they reproduce in a clean browser profile with extensions disabled.
Bug
The /inbox page attempts to subscribe to Supabase Realtime, but the current Content Security Policy blocks the required wss:// Supabase Realtime WebSocket connection.
Current failure
PRD
A detailed PRD has been added as an issue comment and as
PRD.mdin the repository workspace.Notes
The pasted contentscript.js, moz-extension://, inpage.js, ObjectMultiplex, InstallTrigger, and onmozfullscreen* warnings appear to be browser-extension noise unless they reproduce in a clean browser profile with extensions disabled.