Mike McCready
Mike McCready
@ibcht > I encountered the same issue ([#1276](https://github.com/cypress-io/cypress-docker-images/pull/1276)). 4 attempts yet, most of circle CI tests have failed. It's either the tests which are failing (HTTP 504) or even the...
@jennifer-shehane You mentioned about https://jsonplaceholder.cypress.io being rate-limited. Is there any way to get the server to return [HTTP 429 - Too Many Requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/429) instead of [HTTP 502 - Bad Gateway](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/502)...
@jennifer-shehane CI continues to fail sporadically with HTTP 502. I have also seen this error in CI for the main Cypress repo. Are you able to comment on my previous...
On the next occurrence of this issue, from a PR that I have submitted, I will test if the new CircleCI functionality [Pipelines > Automatic reruns](https://circleci.com/docs/guides/orchestrate/automatic-reruns/) can be helpful. Since...
Instead of waiting for the next occurrence, I analyzed the failures during September 2025 and found that this issue is the main cause of CircleCI pipeline failure. - I've submitted...
https://github.com/cypress-io/cypress/blob/988bb9321c2a22910ef30e1fc71a2f7cddebf638/packages/rewriter/package.json#L23
- https://github.com/cypress-io/cypress/issues/3777
- CI tests in PR #30153 highlighted incompatibilities `mime` is being used in JavaScript CommonJS modules - [packages/server/lib/screenshots.js](https://github.com/cypress-io/cypress/blob/develop/packages/server/lib/screenshots.js) - [packages/server/lib/controllers/xhrs.js](https://github.com/cypress-io/cypress/blob/develop/packages/server/lib/controllers/xhrs.js) [[email protected]](https://github.com/broofa/mime/tree/v4.0.0) has however dropped CJS support, so a prerequisite for...
https://github.com/cypress-io/cypress/blob/988bb9321c2a22910ef30e1fc71a2f7cddebf638/packages/server/package.json#L98
- https://github.com/cypress-io/cypress/issues/3777