-2

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?

1 Answers1

0

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`,