Quetrea Galaxies
Quetrea Galaxies13mo ago

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
17 Replies
Quetrea Galaxies
Quetrea GalaxiesOP13mo ago
No description
sshader
sshader13mo 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?
Quetrea Galaxies
Quetrea GalaxiesOP13mo ago
yeah in progress...
Quetrea Galaxies
Quetrea GalaxiesOP13mo ago
No description
sshader
sshader13mo 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?
Quetrea Galaxies
Quetrea GalaxiesOP13mo ago
yeah worked When I press confirm why this happens
sshader
sshader13mo 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?
Quetrea Galaxies
Quetrea GalaxiesOP13mo ago
yeah thank you so much
Quetrea Galaxies
Quetrea GalaxiesOP13mo ago
No description
Quetrea Galaxies
Quetrea GalaxiesOP13mo ago
could this be the reason why? @sshader
sshader
sshader13mo ago
That seems unrelated to convex import (but seems like you should install TypeScript if you want type checking)
Quetrea Galaxies
Quetrea GalaxiesOP13mo ago
I have already TypeScript in my next js project
Quetrea Galaxies
Quetrea GalaxiesOP13mo ago
No description
Quetrea Galaxies
Quetrea GalaxiesOP13mo 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
Mael12mo 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
Mael12mo ago
I'm using mac with vscode to import via cli btw: npx convex import --table provinces ./convex/seeds/provinces.csv
Penemue
Penemue5d ago
Same issue here, bunch of stuck imports with no way to confirm or cancel them.

Did you find this page helpful?