Stuck in parsing uploaded data attempting reconnect

During the table import phase, the Parsing Uploaded Data message keeps repeating itself, sometimes it says attempting reconnect.
No description
16 Replies
Illusion Celesita
Illusion CelesitaOP5mo ago
No description
sshader
sshader5mo ago
Hmm not sure why this is stuck, but could you try looking in the dashboard (npx convex dashboard under Settings > Snapshot Import & Export) to see if your import is listed there?
Illusion Celesita
Illusion CelesitaOP5mo ago
yeah in progress...
Illusion Celesita
Illusion CelesitaOP5mo ago
No description
sshader
sshader5mo ago
I think this UI is kind of broken, but if you click the caret, does it show you a button to confirm the import?
Illusion Celesita
Illusion CelesitaOP5mo ago
yeah worked When I press confirm why this happens
sshader
sshader5mo ago
That prompt is supposed to show up in the terminal, but seems like perhaps some combo of bun + your shell makes it not show up I'll look into why the CLI message isn't showing up (thanks for the bug report), but hopefully you're unblocked now?
Illusion Celesita
Illusion CelesitaOP5mo ago
yeah thank you so much
Illusion Celesita
Illusion CelesitaOP5mo ago
No description
Illusion Celesita
Illusion CelesitaOP5mo ago
could this be the reason why? @sshader
sshader
sshader5mo ago
That seems unrelated to convex import (but seems like you should install TypeScript if you want type checking)
Illusion Celesita
Illusion CelesitaOP5mo ago
I have already TypeScript in my next js project
Illusion Celesita
Illusion CelesitaOP5mo ago
No description
Illusion Celesita
Illusion CelesitaOP5mo ago
I deleted the convex file and re-installed it and it worked. I will try again and see if the parsing process will work without any problems. I think it's about "bun", thanks for the correct observation. Because when I tried it with node js everything went well lol I think it was caused by "bunx ". oh I find it The problem is not them, the problem is Windows, in powershell you need to look at "Get-ExecutionPolicy " and then "Set-ExecutionPolicy RemoteSigned", as a result the problem is solved, I don't understand somehow lol
Mael
Mael4mo ago
Hello! I have the same issue but I don't see a confirmation on my dashboard, it just stays as "uploading snapshot". I'm trying to import a really small csv but it doesn't seem like it works. Any help? Thanks!
No description
Mael
Mael4mo ago
I'm using mac with vscode to import via cli btw: npx convex import --table provinces ./convex/seeds/provinces.csv

Did you find this page helpful?