Bill Glesias

Results 194 comments of Bill Glesias

We confirmed that https://github.com/cypress-io/cypress/pull/23297 should fix https://github.com/cypress-io/cypress/issues/22282. We can't 💯 confirm since we do not have a concrete reproduction, but we feel confident that https://github.com/cypress-io/cypress/pull/23297 should resolve this issue.

Hi @peppi-scaleforce. Thank you for opening an issue. From what I can see, it doesn't look like the request is even being made by the browser when the app is...

I was able to inspect the request when making it from a standalone browser. There doesn't look to be anything restrictive about the request. However, when I run it with...

Are you able to test against a development version with sourcemaps enabled and possibly debug from the line of code that has made the original request? You could try this...

@peppi-scaleforce interesting. Are you able to see the requestor in the network panel and trace it back to the source code? I wonder what would be different between that vs...

> @AtofStryker I've found the following: e.prototype.getResourcesFromJson=function(){var e=this;return this.http.get(this.resourceUrl+this.currentLanguage+".json"). > > Is it possible that the currentLanguage is empty in cypress? How can I set it to "en"? I think...

@peppi-scaleforce of course! I wish you the best of luck figuring out what is causing that json file to not load.

Hi @ChristianMLux. Thank you for opening an issue. I created a [reproduction repository](https://github.com/AtofStryker/cypress-issue-23215), but wasn't able to reproduce the issue. It's a docker image that is installing firefox `103` through...

@DawidOskwarek @ChristianMLux what version of Node is being used in the github worksflows runner?

@ChristianMLux thank you for sharing that. I wanted to rule out Node 18 as we have seen some issues with that thus far. Hopefully I get some time today to...