Fulgurus / candy-machine-v2-responsive-ui

Solana Candy Machine V2 with a Prod-ready and easy to customize responsive UI.
Apache License 2.0
173 stars 263 forks source link

Missing set collection during mint IX for Candy Machine with collection set #13

Closed agadzhalov closed 2 years ago

agadzhalov commented 2 years ago

Since yesterday there's some problem with minting with the same code that was actually working. The error is on devnet and it says image

All the files are stored on arweave, the chache file says onChain: true, verifyRun: true. When i mint nft from the cli everything goes fine and the nft is visible in my phantom wallet, but when i try to mint an nft from the UI since yesterday it says mint successful and after that when i refresh the page it says total minted 0/10, also there's some unknown tokens in my wallet after the mint from the UI.

The developer guys in discord - metaplex/candy machine said those things:

"You need to use a supported UI. ur trying to mint from a candy machine with a collection set from a UI that doesn't support collections."

"the way you have your candy machine configure makes it "try" and set a collection for all the nfts during minting. As of a few days ago there was nothing enforcing this so if you used a UI that sent in the instructions incorrectly youd end up with a candy machine that doesnt have collections set for some of the nfts, which often results in having a screwed up collection. "

The upload goes just fine, but the mint from the UI is problematic. I also noticed other people face the same issue since yesterday, Do you someone else had similar problem and how can we fix that?

solscan link with the problematic mint: https://solscan.io/tx/2hwPtLJyCrNWrsYVvNGK3KF4SNNP4hvG8BhiCub6Eqcn1m2i4tds8jKj1CstG4Gn29svxLHcfjwVipVv6C7pFLn3?cluster=devnet

Thank you in advance

Fulgurus commented 2 years ago

@agadzhalov Thanks for the feedback, I pushed some code related to this missing collection set updates done by metaplex. Could you test again with the latest master branch version and tell me if things are being fixed now ? Thank you

agadzhalov commented 2 years ago

I've just tested on both devnet and mainnet. The problem seems to be fixed now.

Devnet: https://solscan.io/token/GtgKKoHE7HgNGh8HibZEyw5fVCWmTC2eEB2TjgEvh5cB?cluster=devnet#metadata

Mainnet: https://solscan.io/token/9gJGcQq1NUGXTdQqD3nrdaHMRShcmJmniHuBMZDMsXzQ#metadata

Fulgurus commented 2 years ago

Great ! Thank you for the test :). I will close the issue then.