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.
16 Replies
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?yeah
in progress...
I think this UI is kind of broken, but if you click the caret, does it show you a button to confirm the import?
yeah
worked
When I press confirm
why this happens
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?
yeah
thank you so much
could this be the reason why?
@sshader
That seems unrelated to
convex import
(but seems like you should install TypeScript if you want type checking)I have already TypeScript in my next js project
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
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!
I'm using mac with vscode to import via cli btw:
npx convex import --table provinces ./convex/seeds/provinces.csv