Cross-origin blocking is much too strict (empty responses at localhost:xxxx) #28028
Replies: 2 comments 1 reply
-
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.
-
Hello all,
I'm currently locked into cypress v
11.2.0
because once I upgrade to13.x
Cypress stops being able to calllocalhost:8081
and 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
chromeWebSecurity
disabled 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