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?
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
W
Wasp
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.