Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requests that are cached in web and shared workers can be improperly correlated in the proxy #28104

Closed
ryanthemanuel opened this issue Oct 20, 2023 · 1 comment · Fixed by #28105

Comments

@ryanthemanuel
Copy link
Collaborator

Current behavior

This is a similar issue to #28056. Basically we are not tracking on the web/shared worker targets and thus any requests coming from those targets are not tracked in CDP and thus not correlated properly in the proxy. This can cause delays of 2 seconds for these requests.

Desired behavior

Correlate these requests properly

Test code to reproduce

Issue a request from a shared/web worker

Cypress Version

13.3.2

Node version

v18.15.0

Operating System

any

Debug Logs

No response

Other

No response

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Oct 24, 2023

Released in 13.3.3.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v13.3.3, please open a new issue.

@cypress-bot cypress-bot bot removed the stage: ready for work The issue is reproducible and in scope label Oct 24, 2023
@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Oct 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants