RangeError: Invalid WebSocket frame: RSV1 must be clear #1570
Unanswered
baukevanderlaan
asked this question in
Troubleshooting
Replies: 1 comment 5 replies
-
Hmm, does this thread help triage the issue at all? websockets/ws#1140 Sounds like something that may only exist in Node v10? I'd love to fix this, but it sounds like the best we can do is switch the default port and/or handle this error with a better error message explaining that changing the port may help. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I found that when running a fresh Snowpack setup on
port 8080
(which is what Snowpack uses when no config is found) I consistently get a crash when I manually reload the page in the browser or make a change which triggers a hot reload. This is the error I get:If I add configuration that makes Snowpack run on any other port, the error and crash don't appear.
I'm on MacOS 10.15.7 and don't have Snowpack installed globally.
Let me know if you'd like me to give more details.
Beta Was this translation helpful? Give feedback.
All reactions