Skip to content

[MSW] Warning: intercepted a request without a matching request handler: #549

@Joseamica

Description

@Joseamica

Im using this stack for my main project, but when I use fetch I get a bunch of warnings, around 10x this message:

Read more: https://mswjs.io/docs/getting-started/mocks
GET /dashboard/tables?_data=routes/dashboard+/tables 200 - - 118.309 ms
GET /dashboard/tables?_data=root 200 - - 6.871 ms
[MSW] Warning: intercepted a request without a matching request handler:

  • GET https://av.fly.dev/api/clmp0brnr000dq39v4379wyp0/tables

If you still wish to intercept this unhandled request, please create a request handler for it.
Read more: https://mswjs.io/docs/getting-started/mocks
GET /dashboard/tables?_data=routes/dashboard+/tables 200 - - 91.385 ms
[MSW] Warning: intercepted a request without a matching request handler:

  • GET https://av.fly.dev/api/clmp0brnr000dq39v4379wyp0/tables

If you still wish to intercept this unhandled request, please create a request handler for it.
Read more: https://mswjs.io/docs/getting-started/mocks
GET /dashboard/tables?_data=root 200 - - 12.040 ms
GET /dashboard/tables?_data=routes/dashboard+/tables 200 - - 108.198 ms
GET /dashboard/tables?_data=root 200 - - 12.283 ms
[MSW] Warning: intercepted a request without a matching request handler:

  • GET https://av.fly.dev/api/clmp0brnr000dq39v4379wyp0/tables

If you still wish to intercept this unhandled request, please create a request handler for it.
Read more: https://mswjs.io/docs/getting-started/mocks
GET /dashboard/tables?_data=routes/dashboard+/tables 200 - - 68.092 ms

Also, when i just reload the app i get a lot of get requests

GET / 200 - - 33.989 ms
GET /?_data=root 200 - - 17.430 ms
GET /?_data=root 200 - - 2.206 ms
GET /?_data=root 200 - - 3.146 ms

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions