You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: