Maghfoor
Maghfoor3w ago

Hey guys, wanted to try out convex

Hey guys, wanted to try out convex because I've been hearing about it and running into a small issue. I cleaned up the data and imported it on my locally running instance. I want to now export this data so I can use it for production as well when I host on my server. But I can't seem to export the data sucessfully. It's been trying to export for 20+ minutes at this point and I can't seem to cancel the job as well.
maghfoor@Mac frontend % npx convex export --path ~/Downloads
✖ Creating snapshot export

✖ Error fetching POST http://127.0.0.1:3210/api/export/request/zip?includeStorage=false 400 Bad Request: ExportInProgress: There is already an export requested or in progress.
maghfoor@Mac frontend %
maghfoor@Mac frontend % npx convex export --path ~/Downloads
✖ Creating snapshot export

✖ Error fetching POST http://127.0.0.1:3210/api/export/request/zip?includeStorage=false 400 Bad Request: ExportInProgress: There is already an export requested or in progress.
maghfoor@Mac frontend %
Any help would be appreciated ❤️
No description
1 Reply
Maghfoor
MaghfoorOP3w ago
I did docker compose down and seems like I've lost all of my data in my app, interesting hmm

Did you find this page helpful?