conradkoh
conradkoh•4mo ago

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.
No description
22 Replies
v
v•4mo ago
What if you try to connect via VPN
conradkoh
conradkohOP•4mo ago
I tried that too, at least via 1.1.1.1 - still the same issue.
conradkoh
conradkohOP•4mo ago
it affects the convex dashboard as well actually. the layout loads fine but the content doesn't load.
No description
v
v•4mo ago
Dashboard used the same wss connection Hm I wonder the issue
conradkoh
conradkohOP•4mo ago
do you have the same issue on your side?
v
v•4mo ago
Was it 1111 with warp enabled No I don't
conradkoh
conradkohOP•4mo ago
yes with warp!
v
v•4mo ago
Unrelated, but do you have issues with installing npm packages with warp enabled
conradkoh
conradkohOP•4mo ago
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.
v
v•4mo ago
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
conradkoh
conradkohOP•4mo ago
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.
No description
v
v•4mo ago
Hm perhaps it's an outage in that location
conradkoh
conradkohOP•4mo ago
looks like it's back online.
v
v•4mo ago
nice nice
conradkoh
conradkohOP•4mo ago
thanks dude
v
v•4mo ago
we just chilling g glad its fixed
conradkoh
conradkohOP•4mo ago
haha okay it's down again 😂 maybe it's time to go outside I guess haha.
jamalsoueidan
jamalsoueidan•4mo ago
@conradkoh do you have prof subscription?
conradkoh
conradkohOP•4mo ago
yep! I do.
jamalsoueidan
jamalsoueidan•4mo ago
is this first time it happens?
conradkoh
conradkohOP•4mo ago
yeah as far as I know, this is the first time!
djbalin
djbalin•4mo ago
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)
Attempting reconnect in 146.84511437432195ms
LOG WebSocket reconnected
LOG Attempting reconnect in 274.0716054331094ms
LOG WebSocket reconnected
LOG Attempting reconnect in 519.5632832559711ms
LOG WebSocket reconnected
LOG Attempting reconnect in 717.4117556912765ms
LOG WebSocket reconnected
LOG Attempting reconnect in 1748.800165826283ms
LOG WebSocket reconnected
LOG Attempting reconnect in 4334.990209017986ms
LOG WebSocket reconnected
LOG Attempting reconnect in 3372.517503836603ms
LOG WebSocket reconnected
LOG Attempting reconnect in 19036.633379708204ms
Attempting reconnect in 146.84511437432195ms
LOG WebSocket reconnected
LOG Attempting reconnect in 274.0716054331094ms
LOG WebSocket reconnected
LOG Attempting reconnect in 519.5632832559711ms
LOG WebSocket reconnected
LOG Attempting reconnect in 717.4117556912765ms
LOG WebSocket reconnected
LOG Attempting reconnect in 1748.800165826283ms
LOG WebSocket reconnected
LOG Attempting reconnect in 4334.990209017986ms
LOG WebSocket reconnected
LOG Attempting reconnect in 3372.517503836603ms
LOG WebSocket reconnected
LOG Attempting reconnect in 19036.633379708204ms
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.

Did you find this page helpful?