Steps to Reproduce
npx create-remix@latest --template partykit/remix-starter
npm run dev
- Open browser console
Description
The browser console displays web socket errors when initiating a newly created app. Upon the first opening, the app seems to connect, but sometimes when a second tab is opened to simulate a new user, the connection hangs and fails to update the user count. Subsequently, refreshing the page also results in a failed connection. No errors are shown in the terminal, only in the browser console. I am using Firefox (version below) but the errors are still present on Chrome as well.
Error Message


Environment
- Operating System: Windows 10
- Browser: Firefox Developer Edition 123.0b2
Steps to Reproduce
npx create-remix@latest --template partykit/remix-starternpm run devDescription
The browser console displays web socket errors when initiating a newly created app. Upon the first opening, the app seems to connect, but sometimes when a second tab is opened to simulate a new user, the connection hangs and fails to update the user count. Subsequently, refreshing the page also results in a failed connection. No errors are shown in the terminal, only in the browser console. I am using Firefox (version below) but the errors are still present on Chrome as well.
Error Message
Environment