Luis Meyer
Luis Meyer
Our specific use case is, that we store the cache as a map on the window and multiple react apps on the page consume that cache. When the underlying config...
In our micro frontend architecture the react app that renders the 'micro-react-app' doesn't know the contents of the app. Therefor moving the provider further up in the tree is not...
hey @daryl-cecile, I assume you want to display the different error messages to your users right? While I recognize the issue you're encountering, the approach suggested in your PR might...
Hey @eibelsalil, is this maybe a duplicate of https://github.com/vercel/storage/issues/443. tl;dr of this issue: when your upload takes longer than 30 seconds the temporary clientToken expires and the authentication fails. To...
@zeekrey `application/pdf` is correct. Does your filepath contain the `.pdf` extname? Otherwise we can't infer the contentType. You're right we could enhance the error message here 👍 Could you share...
ah i see. I will create a bug ticket for this in our backlog, thanks for investigating @zeekrey
hi @ironbunny-ib, Line 11 of your code should be: ```js token: BLOB_READ_WRITE_TOKEN, ``` since `handleUpload` options don't accept a `BLOB_READ_WRITE_TOKEN` prop.
closing this since no update since 2 months. If the issue still exists feel free to reopen
I found if you add: ```json "resolver": { "unstable_enablePackageExports": true } ``` to your metro config, the bundler can correctly resolve the `@vercel/blob/client` import. This is needed because `@vercel/blob` relies...
hey @fahidsarker, this is on our roadmap and we are planning to implement this. Are you using the multipart upload or the plain put method?