Create NFT metadata with royalty_percentage set to 0
Upload files to IPFS and get metadata CID
Connect and unlock wallet at loopring.io
Go to My NFT > Mint NFT
Paste metadata's CID
Expected:
After entering the quantity I am able to mint
Actual:
The mint UI returns an error giving all the minimum requirements for metadata (including royalty between 0 - 10)
Notes:
I received the following screenshot from a user asking for help. Looking at their metadata and how they uploaded files, everything was correct syntactically and images were loading properly. Luckily this person remembered some other post in Discord that mentioned this being an issue. When the user changed their royalty_percentage to 1 the minting UI allowed them to proceed and mint the NFT.
The error at least tells you something, but it would be nice if the UI could return specifically the item that is not reading correctly. This would speed up troubleshooting tremendously.
Repro:
royalty_percentage
set to0
Expected: After entering the quantity I am able to mint
Actual: The mint UI returns an error giving all the minimum requirements for metadata (including royalty between 0 - 10)
Notes:
royalty_percentage
to1
the minting UI allowed them to proceed and mint the NFT.