Is Convex websockets down?
I'm not sure if it is just me and whether this is the right channel to report this, but I all my requests are taking an extremely long time to load over the typical websocket connection. I've tried this out on 3 separate apps and they are all showing the same symptoms - stuck in the loading state.
getting a number of these errors from a UI that I can inspect. also for context, I reside in Singapore so am accessing it from here.
22 Replies
What if you try to connect via VPN
I tried that too, at least via 1.1.1.1 - still the same issue.
it affects the convex dashboard as well actually. the layout loads fine but the content doesn't load.
Dashboard used the same wss connection
Hm I wonder the issue
do you have the same issue on your side?
Was it 1111 with warp enabled
No I don't
yes with warp!
Unrelated, but do you have issues with installing npm packages with warp enabled
oh wow, not that I've encountered. but from time to time things load really slow, so I generally don't use it much these days except for testing.
I see, thanks
Can you try to access
https://map-messages.vercel.app
It's a stupid project just curious to see if it works for you though
it works sort of. there was an instance where there were 3 pins that showed on the map. but after a reload it stopped showing. not sure if that data was coming from your backend.
submitting a pin also doesn't work. and the websocket connection error shows again after.
Hm perhaps it's an outage in that location
looks like it's back online.
nice nice
thanks dude
we just chilling g
glad its fixed
haha okay it's down again 😂 maybe it's time to go outside I guess haha.
@conradkoh do you have prof subscription?
yep! I do.
is this first time it happens?
yeah as far as I know, this is the first time!
We face what seems to be the same issue: We are stuck in an endless waterfall of the errors below 😦
This is very blocking for us - we cannot test or develop our app at all right now. @Michal Srb it seems like Convex auth is particularly affected by this - e.g. a
signIn
operation never seems to resolve, and sometimes eventually throws the error about connection lost while action is in flight. We have a query on our landing page that fetches some data without authentication, and that query works, albeit quite slowly (~350ms where it usually takes ~60ms)
It seems like it is specific to our project somehow. It could be related to what we described in https://discord.com/channels/1019350475847499849/1282691357109915738 ?
We tried setting up a minimal playground: as soon as we call signIn
, the Attempting reconnect loop mentioned above occurs.