PeerWitthoeft
Results
1
comments of
PeerWitthoeft
i have the same problem and could fix it by adding the following code in {cypress-cache-folder}/10.3.1/Cypress/resources/app/packages/network/lib/agent.js (from line 134): ``` if (!options.uri) { options.uri = url_1.default.parse(options.href); } ``` In the...