-
Notifications
You must be signed in to change notification settings - Fork 3.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
Cypress v10.6.0 Stuck Loading Forever #23499
Comments
Hi @lunaisnotaboy , thanks for opening an issue! The problem here is indicated by the "ERR_LOADER_CHAIN_INCOMPLETE" portion of your log - this has been reported a couple times now (#22795, #23393) and is a compatibility issue between newer versions of Node and the version of |
@mike-plummer - thanks for responding! I can't downgrade to Should I go ahead and close this issue? |
@lunaisnotaboy I don't think you need to downgrade all the way to v16. The issue here is the new Experimental ESM Loader Hooks API in Node which appears to have been added in 18.6.0, so maybe you could try 18.5.0? I am going to mark this as a duplicate just to consolidate conversation into one of the existing issues. If using 18.5.0 is an option and resolves your issue I would certainly appreciate you reporting that here to help other users who may hit the same problem |
Okay, thanks! |
Current behavior
Currently, Cypress is stuck on an infinite loop when the application is opened. Nothing is logged to the console, nor the console in the developer tools menu. I left it open all night, and nothing changed.
It looks like the app isn't even loading at all if you look at
[data-e2e]
.Desired behavior
Load the dashboard for Cypress.
Test code to reproduce
I've temporarily set the repo containing the failing code to public, as it appears that the problem doesn't appear with the test fork.
I will set it back to private once the issue is closed, and will post any modifications needed to work here for reference.
Cypress Version
10.6.0
Node version
v18.7.0
Operating System
Linux 5.15.57.1-microsoft-standard-WSL2 #1 SMP Wed Jul 27 02:20:31 UTC 2022 x86_64 GNU/Linux
Debug Logs
Other
I'm am using Yarn as my package manager, and I have cleared the cache several times.
The text was updated successfully, but these errors were encountered: