Gorka Cesium
Gorka Cesium•10mo ago

convex dev hanging `InternalServerError`

I'm running convex dev in my local and after a minute of "indexing" it throws an error. See screenshots. I wonder if it is because I'm including 5 heavy files of like 2MB each which i need to populate database with some mutation functions. It just happens with this specific project.
No description
No description
3 Replies
Gorka Cesium
Gorka CesiumOP•10mo ago
I removed those heavy files and now it works 🤔 how can I use those files as an input for mutation functions? seems like i fixed it by deleting the files, then let the convex dev finish indexing, then added the files back in. so maybe it was because i was tinkering tooo fast with the indexes and added heavy files simultaneously
jamwt
jamwt•10mo ago
Interesting… we’ll have to try and replicate this.
Gorka Cesium
Gorka CesiumOP•10mo ago
yeah, it is taking me forever to run some migrations maybe i should set up some temporary tables that i can upload with CLI and then run the migrations against that to parse the data nicely btw i'm in Europe.. maybe there is an extra latency becauase of that

Did you find this page helpful?