Next.js Discord

Discord Forum

@vercel/blob put not resolving

Unanswered
Polar bear posted this in #help-forum
Open in Discord
Polar bearOP
I'm trying to upload an image in Remix, but something weird is going on when I call the put from the @vercel/blob package like so:

let image = await put(filename, Readable.from(data), {
  access: 'public',
})

console.log('Finished')


The promise doesn't resolve and the log is never reached. I can see the file uploaded in the Blob Storage Browser in the Vercel back office tho.

Any ideas?

0 Replies