kodadot / nft-gallery

Generative Art Marketplace
https://koda.art
MIT License
638 stars 360 forks source link

Minting image and details broke #8910

Closed prury closed 9 months ago

prury commented 9 months ago

Minted one NFT on Ahk today all the details got disregarded image is collection cover, name is just default naming for collection, etc https://canary.kodadot.xyz/ahk/gallery/276-33

transaction: https://assethub-kusama.subscan.io/tx/0xaca556237c90236a7082331da3300242923a5b6e2a6875c0bf427f2227097deb

vikiival commented 9 months ago

This looks like issue on the indexer side. Transaction seems to be correct

metadata

{
  "name": "Nature Enjoyement",
  "description": "",
  "image": "ipfs://ipfs/bafybeictc5prop6xvl3f432dtosywuwssl54de62xan3ixpcgm6c6no3wy",
  "animation_url": "",
  "attributes": [],
  "external_url": "https://kodadot.xyz",
  "type": "image/webp"
}

Query

query x($id: String!) {
  nftEntityById(id: $id) {
    name
    image
    metadata
    meta {
      id
      name
      image
    }
    token {
      id
      image
      metadata
    }
  }
}

Res

{
  "data": {
    "nftEntityById": {
      "name": "Sun Beams",
      "image": "ipfs://ipfs/bafybeiaq3cdfh5drknvrlfef25vkzt5lfmmfwiob3m25x5utjp5gwl3rta",
      "metadata": "ipfs://ipfs/bafkreia647pfzm6mmx5cvlhrgkrxi6x24mbgmz4axdzibsmjqmoql6dg3a",
      "meta": {
        "id": "ipfs://ipfs/bafkreibztqxstydvyqeyjgryclwappw4fugmwak45e3rhwyoqnbc2pebkm",
        "name": "Sun Beams",
        "image": "ipfs://ipfs/bafybeiaq3cdfh5drknvrlfef25vkzt5lfmmfwiob3m25x5utjp5gwl3rta"
      },
      "token": {
        "id": "276-41ea75b06f57fcd281d8d9c3c1497eb1",
        "image": "ipfs://ipfs/bafybeiaq3cdfh5drknvrlfef25vkzt5lfmmfwiob3m25x5utjp5gwl3rta",
        "metadata": "ipfs://ipfs/bafkreibztqxstydvyqeyjgryclwappw4fugmwak45e3rhwyoqnbc2pebkm"
      }
    }
  }
}
roiLeo commented 9 months ago

closed by #8931

Capture d’écran 2024-01-11 à 1 44 21 PM