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
I am having a lot of trouble with vitest browser mode and this mocking. I am trying to create a reproduction in one of the StackBlitzs' but not having much success.
With msw browser and vitest browser configured, I am unable to run this snippet.
Amplify requires an auth request prior to calling any of its APIs, and these mocked requests are fulfilled with my mocked auth responses located right next to the mocked S3 mocks.
I have to move to Browser mode to test my Leaflet map interactions, this is a severe blocker for my progress.
The text was updated successfully, but these errors were encountered:
I am having a lot of trouble with vitest browser mode and this mocking. I am trying to create a reproduction in one of the StackBlitzs' but not having much success.
With msw browser and vitest browser configured, I am unable to run this snippet.
It works in-app, and with
setupServer
mocking, but when I switch over to browser mode, it fails.[ERROR] 01:19.801 xhr-http-handler - Network Error
Amplify requires an auth request prior to calling any of its APIs, and these mocked requests are fulfilled with my mocked auth responses located right next to the mocked S3 mocks.
I have to move to Browser mode to test my Leaflet map interactions, this is a severe blocker for my progress.
The text was updated successfully, but these errors were encountered: