Lesson 14: Metadata is not uploading correctly to NFT.Storage #2534
-
Hi! I have been trying for a whole day and could not successfully upload the metadata to NFT.Storage, I wanted to try with this site as it seem to be a more persistent way than Pinata, and I would love to get some help. I have no problem when running the script, I do it and once I am in NFT.Storage, I can see the 3 files in there, but at the time of following the IPFS Link this is what I see:
When in the course when the link is followed, all the metadata is shown. I have imported it to my IPFS and I can see the correct dog name and description, but I can not get to see the images. I would like to know if this is correct, but I think it is not. My code is the same one as in the repo, so it should be ok.
Thank you very much. I am waiting actively to an answer Update: While reading the docs, I saw the image was just the link to the IPFS link where the image is stored, and I could access to it already with the CID got from the IPFS Desktop, I would like to know why I get the message copied above when I follow the IPFS URL link form NFT.Storage and not the NFT Uri, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
@SebasAran16 Provide me your metadata URI, I will check. |
Beta Was this translation helpful? Give feedback.
-
Hey! Little update: Problem solved! I read all the NFT.Storage docs and ended up finding this free tutorial on how to mint NFTs using NFT.Storage, I really recommend you to read it if you are deploying or want to deploy on NFT.Storage:
and end up seeing that NFT.Storage does automatically save the metadata to the same CID, it is just the way of accesing to the metadata that was complicated to me, both in IPFS than in the code itself (for storing the URIs to the variable to push it to the constructor). Before seeing the course I almost got it, cause here:
Really glad to have chosen to do it another way, learned a lot, and learned as well to fetch and undestand the docs and use de debugger to find the issues. |
Beta Was this translation helpful? Give feedback.
Hey! Little update: Problem solved! I read all the NFT.Storage docs and ended up finding this free tutorial on how to mint NFTs using NFT.Storage, I really recommend you to read it if you are deploying or want to deploy on NFT.Storage:
ipns://nftschool.dev/tutorial/minting-service/#mint-an-nft
and end up seeing that NFT.Storage does automatically save the metadata to the same CID, it is just the way of accesing to the metadata that was complicated to me, both in IPFS than in the code itself (for storing the URIs to the variable to push it to the constructor). Before seeing the course I almost got it, cause here:
https://nftstorage.github.io/nft.storage/client/interfaces/lib_interface.Toke…