kodadot / nft-gallery

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

Owned NFT not visible in the wallet. #9300

Open JustLuuuu opened 8 months ago

JustLuuuu commented 8 months ago

This person: 14gKAiYVcuBkjE3nekRCXz4Brr3WhudumncPZbMpb8T26SA3

Owns an NFT he minted as POAP. He is the owner. This NFT: https://kodadot.xyz/ahp/gallery/89-1 Minted on chain: AHP

Screenshot 2024-02-06 at 15 43 19

But when you open his profile, you dont see the NFt between collected. Its not showing - looks like its not linked to his profile even though he owns it. Check his AHP NFTs: its not there.

Reward

In case you wanna reward finder, here is his payment link: https://kodadot.xyz/ahp/transfer?target=14gKAiYVcuBkjE3nekRCXz4Brr3WhudumncPZbMpb8T26SA3&amount=20

roiLeo commented 8 months ago

Pain to debug

query MyQuery {
  collectionEntityById(id: "89") {
    id
    nfts(limit: 10) {
      id
      currentOwner
      burned
    }
    nftCount
  }
  tokenEntities(where: {collection: {id_in: "89", nfts_some: {currentOwner_eq: "14gKAiYVcuBkjE3nekRCXz4Brr3WhudumncPZbMpb8T26SA3"}}}) {
    id
    name
    nfts {
      currentOwner
    }
  }
}
Capture d’écran 2024-02-06 à 4 22 22 PM

IMO this is more of indexer issue since we don't have owner in tokenEntity