Dev environment stuck in a timeout loop.
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
