-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 BUG: RangeError: Invalid WebSocket frame: invalid status code 22373 #585
Comments
WorkaroundsUse Firefox or Chrome to load the server Disable Develop / Experimental / NSURLSession WebSocket in Safari |
Two thoughts here!
|
I was able to recreate. I can find almost no information about this bug online though, which is pretty bizarre. |
Yeah, you can also replicate by enabling the experimental NSUrlSession flag in Safari on macOS Bug Sur |
This appears to be a bug in Safari, they are not sending the right status code: websockets/ws#1922 Going to wait and see if we get more information on that. |
Did some more research and this is indeed a Safari bug. They are not sending the status code as part of the close frame. As this is a bug in an experimental feature that is disabled by default, I'm going to close. |
What package manager are you using?
npm
What operating system are you using?
Mac OS Monterey
Describe the Bug
Server fails with the following error
Steps to Reproduce
npm init astro
astro-blogLink to Minimal Reproducible Example (Optional)
No response
The text was updated successfully, but these errors were encountered: