Seemingly simple task to upload a (small size) file to a known/created blob store. This is a shared blob store with another one of my projects.
- Created a project with correct Blob env var 'read write token'. Connected the project to v0.
- Sent v0 the simple documentation about using put () etc from Vercel docs
- Said it was ok to use my token value in code
Result: consistently returns Response as html instead of simple JSON response: Upload error: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
https://vercel.com/docs/storage/vercel-blob/using-blob-sdk
Is there a template etc for this? I'm not sure why this has been a challenge, it's all Vercel no middleware etc..

