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

Request from / intercepted from service worker are not shown #138

Open
janvanhelvoort opened this issue Jun 27, 2024 · 1 comment
Open

Comments

@janvanhelvoort
Copy link

Describe the bug
Request from / intercepted from service worker are not shown, in my opinion, a couple of days / weeks ago, it worked, but now we don't see any request that are intercepted by MSW (https://mswjs.io) back in the inspector.

If we disable MSW, we see the requests, (so I can rule out storybook or something else), but we need mocking, so we don't go to the actual grapnel backend.

Expected behavior
Show request, even when they are "local"

Screenshots
image

image

@warrenday
Copy link
Owner

We did have a major update to the underlying network logic about two weeks ago, to capture pending requests. This makes use the the chrome.webRequest API which potentially is not picking up the MSW requests.

We don't have test cases for mocked data so it could have been missed in manual testing.

I'll run some examples to see if this is an easy fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants