Reputation: 417
Cypress can't load my application anymore. I'm able to visit the site locally. Here's what I've already tried but didn't work:
headers: { "Accept-Encoding": "gzip, deflate" }
as a second argument to cy.visit()Here is what it looks like when I run the test while the url works if I open it manually:
Upvotes: 4
Views: 696