Mike McCready

Results 2194 comments of Mike McCready

- See PR https://github.com/cypress-io/github-action/pull/1185

- [Cypress 13.10.0](https://docs.cypress.io/guides/references/changelog#13-10-0) supports Vite v5 for component testing. - Deferring implementation in this repo until https://github.com/cypress-io/cypress/issues/29557 is resolved (Edit: not yet resolved, but went ahead with update anyway.)

- PR #1231 submitted, despite open Cypress issue https://github.com/cypress-io/cypress/issues/29557

@wigy > It still does the same. Node v18.19.0, Cypress 13.11.0. Tested on Linux. This is generally a network issue. It is not a general problem with the release. You...

@fwolfst This is probably not specific to this package and it has been observed happening from time to time. It's a problem with the https://www.npmjs.com/ website (or the Cloudflare CDN),...

@nbouvrette Thanks for the logs and information! The logs show: ```text ready - started server on 0.0.0.0:3000, url: http://localhost:3000 making HTTP(S) head request to url:http://localhost:3000 ... HTTP(S) error for http://localhost:3000...

@nbouvrette Thanks for the additional debug information. I don't understand in that case why `HTTP(S) error for http://localhost:3000 Error: connect ECONNREFUSED ::1:3000` is happening. It probably needs somebody with better...

@nbouvrette There is a possibility that you could start your server on host 0.0.0.0 and that your results might be different doing that. Check your documentation. `-h 0.0.0.0` might do...

@nbouvrette Regarding your repository https://github.com/Avansai/next-multilingual , if you want to make this better to use, I would suggest to create a new branch with your changes in it, then test...

@nbouvrette Thanks very much for your detailed answer! I do understand that you are looking for a "proper" fix! I logged a separate issue https://github.com/jeffbski/wait-on/issues/137 regarding the underlying technology in...