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.3 Replies
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 simultaneouslyInteresting… we’ll have to try and replicate this.
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