erquhart
erquhart14mo ago

Intermittent AxiosError during dev deployment

Not a showstopper, as it hasn't failed to resolve so far, but seeing this pretty often when running npx convex dev, and during development:
✖ Error: Unable to build indexes and run schema validation on https://<deploy-url>
AxiosError: maxContentLength size of -1 exceeded
Failed due to network error, retrying in 408.92ms..
✖ Error: Unable to build indexes and run schema validation on https://<deploy-url>
AxiosError: maxContentLength size of -1 exceeded
Failed due to network error, retrying in 408.92ms..
5 Replies
Indy
Indy14mo ago
Thanks for filing. Filed internally. Let us know if this becomes a showstopper or even close to super painful.
erquhart
erquhartOP14mo ago
Thank you, will do
nipunn
nipunn14mo ago
The url https://<deploy-url> seems wrong - like there's a template not filled in? Is that the message you got directly? Did you redact the deploy url yourself? If you have a deployment URL that you've run into this with, that would be helpful - we could try and take a look at specifics.
erquhart
erquhartOP14mo ago
Oh yeah I just swap out identifiers in my code blocks here I'll dm it to you Waits are getting longer, just had an 8s pause before retry followed by a 24s pause before retry while running the dev server Still not a showstopper, but non-zero impact This is happening quite a bit now, took over a minute to get convex dev to run. cc/ @Indy @nipunn (not asking for an immediate response, just mentioning so it's on your radar)
Indy
Indy14mo ago
Yep thanks for raising again. I am raising the priority internally.

Did you find this page helpful?