Skip to content

Requests from Firefox Extension always delayed 500ms due to timeout in proxy server #29520

Open
@tylerccarson

Description

@tylerccarson

Current behavior

There's an artificial 500ms delay to every HTTP request issued from the background page on a Firefox Extension. For whatever reason, this issue does not seem to come up for Chrome Extensions.

cypress:proxy:http:util:prerequests Never received pre-request or url without pre-request for request POST-http://localhost:8000/api/rest/vault/sync_down after waiting 500ms. Continuing without one. +546ms

Desired behavior

No response

Test code to reproduce

Repo to demonstrate: https://github.com/tylerccarson/cy-firefox-ext-prerequest-delay.

Start the local server npm run cypress:server, and then run Cypress in interactive mode in another process. You will see that the Chrome test passes, while if fails in Firefox.

Cypress Version

13.9.0

Node version

20.12.2

Operating System

macOS 14.5

Debug Logs

No response

Other

No response

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions