Local backend fails to start
I'm having some issues with getting my Convex backend to start while running it locally. The
pnpx convex dev command just times out after 10 seconds.The Setup
I'm running Convex on Windows 11 inside of Arch linux using WSL 2
The Error Message
pnpx convex dev:From
convex-local-backend.log (via the CONVEX_TRACE_FILE env var):What I've tried
After deleting the
~/.convex directory everything works fine. When it starts to fail after I import my data via pnpx convex import --path <path_to_backup>.zip.Questions
I'm fairly certain that my DB is bigger than 500 Mib, so could that last line with the
max_size: 500.0 Mib be the issue?Thank you to @Nipunn for his help so far!
