-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
chrome.docker ECONNREFUSED in Vite #456
Comments
@marduzca did you have much luck with this? i'm experiencing the same issue, albeit without Vite:
I've tried setting a newer chrome image
|
I was getting this on Windows on recent builds of the I set the following in my I'm not sure it's necessarily the same issue for you since it's a general error, but for visibility maybe it solves yours or someone else's problem. |
If you're running docker-in-docker, it'd be worth checking if #478 helps. Particularly the timeout for 127.0.0.1 seems similar to the error I was seeing. |
Hello everyone, any news on this one?
It's a simple loki config with storybook 7 and "chromeDockerWithoutSeccomp: true" in the config.js file. Thanks a lot to the team for the superb library by the way! |
and by the way, if i don't use the chromeDockerWithoutSeccomp value to "true", I end up to another known issue : |
My setup:
Hi everyone!
I recently migrated from CRA to Vite which also forced me to move to Storybook 7 and the latest loki version and I started running into a weird issue.
Whenever I try to run the loki tests, it takes a while to start and ends with the following error:
Not sure where this comes from, as I had no issues before. Is anyone having similar issues or does have an idea of what the issue could be?
Thanks in advance!
The text was updated successfully, but these errors were encountered: