AW
AW
> yaa its correct maybe their might be change in naming convention of serializer. what i mean is if the controller in normal controllers folder and the serializer might be...
What is the status of this issue ? @practicingruby Did you find any fix ? @adhsharad
This seems to be fixed in the latest version 89.0.x
I'm facing the same issue while minting the nft using the code below on "@metaplex-foundation/js": "0.17.4", ``` metaplex.nfts() .create({uri:"metadata-url.json", name:"nft-name",sellerFeeBasisPoints: 200, creators:[{address:"creator-1", share:0}, {address:"creator-2", share:70}, {address:"creator-3", share:30}]}) ``` The error:...
> I'm facing the same issue while minting the nft using the code below on "@metaplex-foundation/js": "0.17.4", > > ``` > metaplex.nfts() > .create({uri:"metadata-url.json", name:"nft-name",sellerFeeBasisPoints: 200, creators:[{address:"creator-1", share:0}, {address:"creator-2", share:70},...