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
When building using npm build build:msw, the Mock Service Worker (MSW) is broken and API calls get routed directly to the server. This needs to be fixed for us to be able to host an online test version.
The text was updated successfully, but these errors were encountered:
Yes it is! Apparently I didn't test on main, because there it does work. On the data-entry-api-frontend branch (#31), building using npm run build:msw also shows "Server Live" (instead of "Server Mocked") in the footer.
When building using
npm build build:msw
, the Mock Service Worker (MSW) is broken and API calls get routed directly to the server. This needs to be fixed for us to be able to host an online test version.The text was updated successfully, but these errors were encountered: