简体   繁体   中英

Metadata not loading on Opensea

I am trying to upload my nft collection to Opensea with Hashlips. I'm not a developer.

The image of every single nft in the collection never appears no matter how long I wait or refresh the metadata. Images and metadata are loaded on pinata.cloud.

EDIT: I had to make a new one, becaue I lost my data. I have the same problem as usual.

Here is the ipfs part:

"ipfs://QmPcTBUMrjKMUcDD1iT2FZo8QyrVfxQX6WLmePESSSgcNE/".

Can somebody give me a heads-up?

Try changing "image" in the json file to "file_url".

"main.js", line 136:

image: `${baseUri}/${_edition}.png`,
↓
file_url: `${baseUri}/${_edition}.png`,

"main.js", line 152:

image: `${_edition}.png`,
↓
file_url: `${_edition}.png`,

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM