Flushing and exiting, error: invalid filesystem data
Getting this error when trying to
convex dev --once -vvvvv, no idea what's going wrong and it doesn't seem like there's any more info. How do I debug this?7 Replies
Seems like resetting to a previous commit where the backend worked still doesn't fix it, so a more persistent issue
Did you update the Convex CLI recently?
Also, I'm guessing that
-vvvvv is a typo, as that's not a valid optionHoly shit, using convex@latest logged some other stuff so I'll take a deeper look
re. the second point, I just have a habit of spamming
vs to make software as verbose as possible lol
Hey @Clever Tagline just wanted to update that it worked and you're my hero
tyvmHappy to help!
@yoav @Clever Tagline Getting
Flushing and exiting, error: invalid filesystem data as well not sure on the fixAnd running the latest convex as suggested did not help you?
@zksoju Try updating to the latest version of Convex and see if that changes anything.
@yoav What's mildly amusing to me is that my question to you originally wasn't actually a recommendation to update. I was just asking if you'd done that prior to seeing that error; i.e. curious if such an update might have caused the problem. I was pleasantly surprised to hear that updating actually solved it.