in the morning it was fixed but now again the same error {“error”:“43”,“errorMsg”:“Block ID is required.”}
1 Like
same issue here, getting error 43 when trying to download project as ZIP
Fix: 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
1 Like
Thanks for sharing, I’ve passed this along internally
2 Likes
This should be fixed now