NFT Not Showing up properly in Phantom Wallet

2k Views Asked by At

I have a couple of questions regarding NFT's showing up in the Phantom wallet.

  1. I created a new token yesterday on this page: https://app.strataprotocol.com/launchpad/manual/new. The NFT works correctly in terms of WL minting and looks to show correctly on the Solana Explorer page with image, description, and name. But inside of my Phantom wallet I don't get the image, I just get the name and description. I am trying to send these out as WL tokens and it would be helpful to have the image there as well. Any ideas why the image wouldn't be showing up in the Phantom wallet but the name and description are?

  2. I minted an NFT and when I go to my Phantom wallet and look under "Your Collectables" it shows the image there but it says "Collection NFT". If I click into the NFT then it shows everything correctly (name, image, description, properties, etc). But I'm wondering why it says "Collection NFT" there when the metadata for each NFT has the following:

"collection": { "name": "My Collection Name", "family": "My Collection Name" },

I did verify_upload and everything and it said 'ready to deploy'. I saw this post: How to specify Metaplex NFT collection image in Phantom wallet. But the collection data was already there when I ran the upload command for candy machine v2. What am I missing?

Thank you!!

1

There are 1 best solutions below

5
On

1.- The whitelist token should appear correctly if you erase the cache of your browser.

2.- Thats the default collection NFT that is created when you ran upload, this collection NFT will be the portrait of ur NFTs while they are minted I recommend you to read this 2 answer to know what are this Collection NFT and how to change it: How can I create a Collection NFT before Minting?, How do I change the name of a solana collection prior to minting?

3.- offchain collection that is in ur metadata is deprecated and collection rn is an onchain field on every NFT