Every api call i make using wasps axios wrapper is double calling the endpoint:
[ Server ] GET /api/messaging/users 304 2.818 ms - -
[ Server ] GET /api/messaging/users 304 2.818 ms - -
[ Server ] GET /api/messaging/conversations 304 2.660 ms - -
[ Server ] GET /api/messaging/conversations 304 2.660 ms - -
[ Server ] POST /api/user/claim-invitation 200 5.956 ms - 16
[ Server ] POST /api/user/claim-invitation 200 5.956 ms - 16
notice how each gets called twice? what might be causing this?