punn
punn2y ago

400 on dev push

Randomly started happening without installing any new deps
No description
8 Replies
presley
presley2y ago
Weird... Did you make any code changes? What is the instance name?
punn
punnOP2y ago
https://mellow-elephant-424.convex.cloud We made lots of code changes but unsure what's causing the trouble
ian
ian2y ago
I'll admit I'm just pattern matching a bit here, but I would look for circular dependencies - it will import as null on the first pass
punn
punnOP2y ago
Is there a way to pinpoint the issue a bit more in stack traces? We didn't install any deps before this
jamwt
jamwt2y ago
yeah, bundling is such a pain let me see if we have any more info @presley is there any way to know what that _deps/node/XXX.js file originally was? that's some sort of mangled name, right?
presley
presley2y ago
Yes, this is generated by the bundler. So it might be multiple files that went into this. That error message is not helpful... Isn't there a stack trace below that error?
jamwt
jamwt2y ago
I looked in sentry. didn't see one 🙁
punn
punnOP2y ago
Moving this to our Slack 🙂

Did you find this page helpful?