magicseth
magicseth2y ago

Random errors with empty files

Frequently I end up with an empty file in my convex directory that I'm about to implement, and get distracted. If it stays there, typescript gets confused, and everything breaks. Same thing happens if i have a json file in there. Better error messaging here would be helpful! Also I sometimes see this:
✔ 03:21:57 Convex functions ready! (14.5s)
Error: Unable to push deployment config to https://dusty-caterpillar-550.convex.cloud
500 Internal Server Error: InternalServerError: Your request couldn't be completed. Try again later.
Failed due to network error, retrying in 325.05ms...
✔ 03:21:57 Convex functions ready! (14.5s)
Error: Unable to push deployment config to https://dusty-caterpillar-550.convex.cloud
500 Internal Server Error: InternalServerError: Your request couldn't be completed. Try again later.
Failed due to network error, retrying in 325.05ms...
But it's because I have an error in my code. It doesn't seem like that is an InternalServerError to me.
1 Reply
jamwt
jamwt2y ago
Good point! We'll have to triage this and work on a replication. see if we can come up with some better error messages here. thanks for the report

Did you find this page helpful?