PeteP
Convex Community5mo ago
9 replies
Pete

Dev environment stuck in a timeout loop.

My dashboard and entire dev environment are stuck in a timeout loop. The dashboard has been showing a loading spinner for over 10 minutes and the console just repeats
Attempting reconnect in 573ms
WebSocket reconnected at t=405.7s after disconnect due to InternalServerError


When I run
npx convex dev
locally, my server logs
[CONVEX M(crons:recover)] Your request timed out. 
over and over.

I am able to switch to the production environment using the dropdown in the header and that loads just fine.

I am pretty sure this is being caused by an internalMutation I was working on because it froze up right after I executed the mutation from the dashboard.

Is there any way to cancel this internalMutation via CLI? I would have expected the dashboard to recover by now, how long should I expect? I've seen this issue crop up in discord a few times but I haven't seen any resolutions
Was this page helpful?