You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, while running
nx run my-project-ng-e2e:open-cypress
I get this output and the cypress app never loads (blank screen):
cypress open
DevTools listening on ws://127.0.0.1:57624/devtools/browser/690c1efb-00fc-4dba-99c2-63f4615a8da7
2025-04-01 11:16:11.515 Cypress[62333:487350] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
[62333:0401/111615.605334:ERROR:bad_message.cc(29)] Terminating renderer for bad IPC message, reason 114
I was able to fix this by bumping cypress to the latest (>=14.0.0), but then had issues when migrating to the latest nx since cypress 14 is not allowed through @nx/cypress
Could you bump allowed versions of cypress in the plugin to allow v14?
Expected Behavior
Cypress to open and let me execute tests.
GitHub Repo
No response
Steps to Reproduce
Have a monorepo that uses latest nx 20.7.0 and Electron 35.1.2 with an Angular front end.
> nx run cascade-ng-e2e:open-cypress
> cypress open
DevTools listening on ws://127.0.0.1:57764/devtools/browser/357d1e77-4e4d-4af5-b765-d9ca03616ac5
2025-04-01 11:21:58.968 Cypress[64536:496058] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
[64536:0401/112202.785677:ERROR:bad_message.cc(29)] Terminating renderer for bad IPC message, reason 114
Package Manager Version
npm 10.9.0
Operating System
macOS
Linux
Windows
Other (Please specify)
Additional Information
Note overriding in package.json to latest cypress works, but I prefer not to use overrides when possible.
The text was updated successfully, but these errors were encountered:
Current Behavior
Hi, while running
nx run my-project-ng-e2e:open-cypress
I get this output and the cypress app never loads (blank screen):
cypress open
DevTools listening on ws://127.0.0.1:57624/devtools/browser/690c1efb-00fc-4dba-99c2-63f4615a8da7
2025-04-01 11:16:11.515 Cypress[62333:487350] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
[62333:0401/111615.605334:ERROR:bad_message.cc(29)] Terminating renderer for bad IPC message, reason 114
I was able to fix this by bumping cypress to the latest (>=14.0.0), but then had issues when migrating to the latest nx since cypress 14 is not allowed through @nx/cypress
Could you bump allowed versions of cypress in the plugin to allow v14?
Expected Behavior
Cypress to open and let me execute tests.
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
npm 10.9.0
Operating System
Additional Information
Note overriding in package.json to latest cypress works, but I prefer not to use overrides when possible.
The text was updated successfully, but these errors were encountered: