Pazuzzu
Pazuzzu11h ago

Is convex down ?

It's been like this for more than an hour now
No description
11 Replies
Pazuzzu
PazuzzuOP8h ago
ev/aggregate/dist/esm/component skipping initial codegen for installed package /Users/pazuzzu/Desktop/gigi/dominate/nodemodules/.pnpm/@convex-dev+better-auth@0.7.7@standard-schema+spec@1.0.0_better-auth@1.2.12_convex@1.27.1_re_5vckbuhd3crgtki3pxlwhmskue/node_modules/@convex-dev/better-auth/dist/esm/component skipping initial codegen for installed package /Users/pazuzzu/Desktop/gigi/dominate/node_modules/.pnpm/@convex-dev+action-retrier@0.2.1_convex@1.27.1react@19.1.0/node_modules/@convex-dev/action-retrier/dist/esm/component skipping initial codegen for installed package /Users/pazuzzu/Desktop/gigi/dominate/nodemodules/.pnpm/@convex-dev+r2@0.7.3@standard-schema+spec@1.0.0_convex-svelte@0.0.11_convex@1.27.1_react@19._ljp7oju3ghx2uprbi6ykzn5mfi/node_modules/@convex-dev/r2/dist/esm/component skipping initial codegen for installed package /Users/pazuzzu/Desktop/gigi/dominate/node_modules/.pnpm/@convex-dev+rate-limiter@0.2.12_convex@1.27.1_react@19.1.0react@19.1.0/node_modules/@convex-dev/rate-limiter/dist/esm/component skipping initial codegen for installed package /Users/pazuzzu/Desktop/gigi/dominate/node_modules/.pnpm/@convex-dev+workpool@0.2.18convex-helpers@0.1.104@standard-schema+spec@1.0.0_convex@1.27.1qa5whvy5n2newkedhxalm6it2u/node_modules/@convex-dev/workpool/dist/esm/component skipping initial codegen for installed package /Users/pazuzzu/Desktop/gigi/dominate/node_modules/.pnpm/@convex-dev+resend@0.1.13convex-helpers@0.1.104@standard-schema+spec@1.0.0_convex@1.27.1_re_dywynfagopsyfqenefqp3gave4/node_modules/@convex-dev/resend/dist/component ⠙ Analyzing source code...
Clever Tagline
I don't believe that Convex is down. We usually get a flood of comments in #general when that happens. How many changes have you made to your functions and/or schema since the last time you were able to launch the dev deployment?
Pazuzzu
PazuzzuOP8h ago
I added an action and a table just before it stopped working I also slightly changed another table
Clever Tagline
If you comment out those changes, does it work again? I suggest running some progressive tests. Start with all of the changes commented out, test the deployment, then one by one add things and test until you find what's causing the deployment to time out. Also, did you update to version 1.27.1 of Convex while making these changes?
Pazuzzu
PazuzzuOP8h ago
Checking out an older commit works. maybe I should revert and change one thing at a time ? (still, I would like to know if there's a way to better troubleshoot in the future) I did, but I downgraded because I had conflicts with my convex components Thanks for the help. I appreciate it
Clever Tagline
My pleasure. Other than testing changes one bit at a time, I'm not sure if there's a better way to find the culprit. Whenever I see cases where the deployment is hanging while analyzing the source code, my first thought is that there's a circular dependency somewhere. Schema changes typically won't do that, so my thought then goes to the action that you added. Maybe check that and see if anything sticks out.
nytfox
nytfox6h ago
Hi - I'm experiencing the same issue. And I did just update to 1.27.1
marcelo
marcelo6h ago
+1
nytfox
nytfox6h ago
My dashboard is completely unresponsive and all websockets are down
Yuta
Yuta6h ago
Had the same problem but seems working now
nytfox
nytfox6h ago
ok it's back now. that was really scary

Did you find this page helpful?