@vercel/blob put not resolving
Unanswered
Polar bear posted this in #help-forum
Polar bearOP
I'm trying to upload an image in Remix, but something weird is going on when I call the
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?
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?