Closed agadzhalov closed 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
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
Great ! Thank you for the test :). I will close the issue then.
Since yesterday there's some problem with minting with the same code that was actually working. The error is on devnet and it says
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