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
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).
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 ?
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
Thank you so much