besimking
besimking2mo ago

How to see Convex client API calls

Have you guys noticed that api calls are not displayed in network tab? How did you guys hid it?
5 Replies
RJ
RJ2mo ago
Hey @besimking, the Convex JS client connects to your backend via a websocket! To see the messages sent over the websocket you can open up the Network tab before the page loads and then filter by "WS" (websocket). Then click on the "Messages" tab within that connection's info panel (this all assuming you're using Chrome).
RJ
RJ2mo ago
No description
besimking
besimkingOP2mo ago
I saw that.Thanks 🙏🏻 . But there is nothing inside it right? I mean isn't that mean that Convex is protected directly from man in the middle attacks? @RJ ?
RJ
RJ2mo ago
Sorry @besimking, I don't really understand the question (and am not well-versed in the specifics of MITM attacks in any case). Try posting in #support-community and someone from the Convex team may be able to help you out more
besimking
besimkingOP2mo ago
Thank you so much

Did you find this page helpful?