-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Browser mode fails with SyntaxError: Failed to construct 'WebSocket'
#5382
Comments
I tested locally and I can reproduce. I'm not really sure yet but maybe spwaning too many iframes is causing some problems. I tweaked some config and |
@hi-ogawa thank you! Yeah, |
Also reproduced issue, noticed that it's begins only when number of files larger than 127 |
Describe the bug
After upgrading Vitest in the date-fns codebase (
vitest@0.34.6
->vitest@1.3.1
&@vitest/browser@0.34.6
->@vitest/browser@1.3.1
) I started getting many of these errors:As the result
npx vitest run --browser
hangs forever, even though the tests pass when I open it with--ui
.Reproduction
It will open the browser where you can see the errors:
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: