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
Previously the msw was working perfectly with NextJS. NextJS introduced a new structure called app directory. It seems that requests made on server side components are not intercepted by msw anymore. Could you fix this or propose a solution to this?
The text was updated successfully, but these errors were encountered:
There is no official way to use MSW with the new NextJS 13, which is still in beta. We've raised this discussion with the Next team, as they've removed the logic that'd allow executing code once for server/client with their new directory structure. That's the main challenge to make MSW work with it at the moment.
Scope
Improves an existing behavior
Compatibility
Feature description
Previously the msw was working perfectly with NextJS. NextJS introduced a new structure called app directory. It seems that requests made on server side components are not intercepted by msw anymore. Could you fix this or propose a solution to this?
The text was updated successfully, but these errors were encountered: