-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Bug Description
When creating a new chat with the auto-naming feature enabled, the UI shows a perpetual spinner and never completes.
Environment
- Running on localhost
- Mux version: v0.9.0-15-g47...
Steps to Reproduce
- Enable the auto-naming feature (sparkles icon)
- Start a new chat
- Observe the "Creating workspace" / "Generating name..." spinner that never resolves
Expected Behavior
The chat name should be auto-generated and the spinner should complete.
Actual Behavior
- Spinner shows indefinitely with "Creating workspace" and "Generating name..."
- Name field shows "Generating..." with a loading indicator
Console Errors
Multiple WebSocket errors visible in the browser console:
WebSocket is already in CLOSING or CLOSED state.
These errors appear repeatedly (37+ issues logged), originating from preload-helper-CUkPqC5u.js:15.
Screenshot
The UI shows the workspace creation modal stuck in a loading state while the console is flooded with WebSocket state errors.