-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nftStorageUploader on Next.js App throws polyfill error #136
Comments
we have same issue here, did you manage to resolve this? |
I have solved it without using import { createBundlrUploader } from '@metaplex-foundation/umi-uploader-bundlr';
const uploader = createBundlrUploader(umi);
const jsonURI = await uploader.uploadJson(metadata);
|
Still an issue - with
|
Hi, I want to make a section on my dapp to mint an nft. To do that, I need to upload images to ipfs but that code throws me error on frontend. Does anyone have that issue before?
ERROR
The text was updated successfully, but these errors were encountered: