Hi there,
Seems like Vercel BlobDB is having a bug, I’ve been trying to upload an image in it but apparently its failing to make internal API call due to missing headers
{"error":{"code":"bad_request","message":"Missing [x]-content-length header."}}
Hi there,
Seems like Vercel BlobDB is having a bug, I’ve been trying to upload an image in it but apparently its failing to make internal API call due to missing headers
{"error":{"code":"bad_request","message":"Missing [x]-content-length header."}}
Hi,
how are you uploading the image? Using SDK or REST API? Can you share the code?