Cross-origin blocking is much too strict (empty responses at localhost:xxxx) #28028
Replies: 2 comments 3 replies
-
|
I face a similar issue too. A call to emulated Firebase Auth fails within the Cypress, but works perfectly fine against the very same Cypress started app from regular Chrome.
I noticed some things different in the Cypress case:
|
Beta Was this translation helpful? Give feedback.
-
|
I have spent 2 days to find the issue. I am using Cypress, Firebase Emulator, react and Vite. I was using localhost for emulator connections. And that was the mistake. All emulator requests with localhost are giving |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I'm currently locked into cypress v
11.2.0because once I upgrade to13.xCypress stops being able to calllocalhost:8081and fails with
net::ERR_EMPTY_RESPONSE(firebase emulator) and breaks with achrome-error://chromewebdata/when trying to open alocalhost:5051(firebase functions emulator).I've has
chromeWebSecuritydisabled for a long time now, but for some reason, upgrading cypress always gives me more headaches.I do not have the time to make a reproducible issue but want to post this in case there are others with this issue.
Beta Was this translation helpful? Give feedback.
All reactions