metaplex icon indicating copy to clipboard operation
metaplex copied to clipboard

[Bug]: reveal leads to have all NFT with same image and names don't change

Open Looktazz opened this issue 2 years ago • 3 comments

Which package is this bug report for?

other

Issue description

To reproduce that,

Upload some assets on devnet mint some NFTs Copy and rename cache file in order to reveal the NFTs run the command: ts-node ./js/packages/cli/src/candy-machine-v2-cli.ts update_existing_nfts_from_latest_cache_file -e devnet -k keypair.json -c beforeReveal -nc afterReveal

When you refresh the page, all NFT reveal are the same, with same image. By the way the name in the hidden settings stay after the reveal and the real name doesn't show up.

Command

ts-node ./js/packages/cli/src/candy-machine-v2-cli.ts update_existing_nfts_from_latest_cache_file -e devnet -k CucumbersNFT.json -c beforeReveal -nc afterReveal

Relevant log output

Found 4 uris to update
Finished signing metadata for 4 NFTs

Operating system

Windows 10

Priority this issue should have

High (immediate attention needed)

Check the Docs First

  • [X] I have checked the docs and it didn't solve my issue

Looktazz avatar Jun 16 '22 23:06 Looktazz

i have a similar bug but mine says : Found 0 uris to update Finished signing metadata for 0 NFTs even tho everything is fine and the collection have sold out too! Please help guys

AKMACH avatar Jun 26 '22 17:06 AKMACH

i am urgently waiting for this fix

ghost avatar Jun 27 '22 20:06 ghost

It looks like you're attempting to change the metadata of already minted NFTs?

If you are, then you can't update the candy machine and expect the already minted NFTs to be changed. You need to update each NFT metadata individually.

Updating already existing NFT functionality exists here: https://github.com/metaplex-foundation/js

theInfiniteWill avatar Jun 28 '22 16:06 theInfiniteWill