Replies: 1 comment 1 reply
-
The warnings come from MSW, the mock server that is launched alongside the app server during development (see server/dev-server.js, index.js and tests/mocks/index.ts). It intercepts all outgoing requests, and since you're making GET requests to You can take a look in the mocks folder for examples on how to define handlers.
This is Remix calling loaders and revalidating data, multiple requests might be related to client-hints cookies: |
Beta Was this translation helpful? Give feedback.
-
Im using this stack for my main project, but when I use fetch I get a bunch of warnings, around 10x this message:
Also, when i just reload the app i get a lot of get requests
Beta Was this translation helpful? Give feedback.
All reactions