-
-
Notifications
You must be signed in to change notification settings - Fork 611
Failed to fetch after first interception #1976
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds:triageIssues that have not been investigated yet.Issues that have not been investigated yet.scope:browserRelated to MSW running in a browserRelated to MSW running in a browser
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds:triageIssues that have not been investigated yet.Issues that have not been investigated yet.scope:browserRelated to MSW running in a browserRelated to MSW running in a browser
Type
Fields
Give feedbackNo fields configured for issues without a type.
Prerequisites
Environment check
mswversionBrowsers
Chromium (Chrome, Brave, etc.)
Reproduction repository
N/A
Reproduction steps
(this is a migration from older version to latest)
start Next server
go to a page that makes an HTTP call that is listed to be intercepted
page refreshes and MSW fails to fetch after the first request is successful
Current behavior
when next/react triggers a new load cycle the calls
failed to fetchExpected behavior
start Next server
go to a page that makes an HTTP call that is listed to be intercepted
page refreshes, msw intercepts consequent intercepted http calls