Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minting image and details broke #8910

Closed
prury opened this issue Jan 8, 2024 · 2 comments
Closed

Minting image and details broke #8910

prury opened this issue Jan 8, 2024 · 2 comments
Labels
A-minting related to minting operations bug Something isn't working p1 preventing everyone from using app

Comments

@prury
Copy link
Member

prury commented Jan 8, 2024

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

@prury prury added bug Something isn't working p1 preventing everyone from using app A-minting related to minting operations labels Jan 8, 2024
@vikiival
Copy link
Member

vikiival commented Jan 8, 2024

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
Copy link
Contributor

roiLeo commented Jan 11, 2024

closed by #8931

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

@roiLeo roiLeo closed this as completed Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-minting related to minting operations bug Something isn't working p1 preventing everyone from using app
Projects
None yet
Development

No branches or pull requests

3 participants