No badges yet
No accepted solutions yet
No topics yet
Project/Account stuck in transfer state since 2 days
Hey @duxthefux, I’m the Engineer working on this issue right now. Sorry for the inconvenience. There was a bug in the Team-Merge-Flow when downgrading which is solved now. I just...
Can't read the blobs that I upload?
Hey @yipe, The issue you are encountering is happening because your Blobs get a random suffix on upload. This is the default behavior of [Vercel Blob to ensure a certain level of...
Vercel Blob Client Upload Error on GenerateClientToken
hey, it should be enough to set `bodyParser: true` or remove the `config` entirely. Explanation for this is that `retrieveClientToken` is sending requests with JSON payload to your...
Blob Storage: No Token Found Error
It's hard to diagnose this issue without access to the code. You should be able to see a more detailed error in your browser's Network tab. If I had to guess, this is happening...
Blob Storage: No Token Found Error
Nope, that limitation is correct. This is given by the [Vercel Function Payload Limit](https://vercel.com/docs/functions/runtimes#request-body-size). And yes if you want to upload...
Blob Storage: No Token Found Error
Hey Max, this is Luis from the Vercel Blob Team. The `put` method you are using is supposed to be called from the server because typically you don't want to expose your...