I get errors when trying to get the archive
{“error”:“43”,“errorMsg”:“Block ID is required.”}
1 Like
bump. need solution.
Now everything works
same issue, I can’t download source code as Zip file. Also it’s not working when trying to install using npx command
Workaround: in the query param, replace “id” by “blockId”.
Example:
- old URL: https://v0.dev/chat/api/download-zip?id=VVVV
- new URL: https://v0.dev/chat/api/download-zip?blockId=VVVV
replace “VVVVV” with the ID you will get on the new browser tab
2 Likes
Same bug, consolidating into one thread for tracking