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
After checking again the changelog list I think I finally found the cause for the issue 😁
I've read about changes in the cy.request command and "up to 2,000 characters of HTTP property values" and that remembered me of Chrome Logger issues with header size. I didn't bother to check deeper, but disabling it made the requests work again.
So @arikfr, how do you feel about the Chrome Logger? What passed through my mind was either use an env var to disable it in Cypress or use the server command instead of dev_server (there may be other implications on that which I'm not aware of, though). Also depending on its usage we can ✂️
I'm running the tests in the cypress-percy-update branch. (There seems to be still some other problems to fix, but the cy.request issue went away)
Running our tests with [email protected] doesn't work. Need to figure out what happened, until then pinning the version to 3.4.1 (#4284).
The text was updated successfully, but these errors were encountered: