NFT Owner not sync after transfer

Can you post specific examples - address, chain.

yep

Was getting this result for /v2/nft/[contract]/owners on rinkeby for this contract 0xbd52e596b35ffd200cac73e1f41a1b1c7889198f

“total”: 8,
“page”: 1,
“page_size”: 100,
“cursor”: null,
“result”: [
{
“token_address”: “0xbd52e596b35ffd200cac73e1f41a1b1c7889198f”,
“token_id”: “0”,
“owner_of”: “0xb14ca8e5f35cf22fcdf86b7a480239956141bf19”,
“block_number”: “11140608”,
“block_number_minted”: “11136559”,
“token_hash”: “52b204b8bbf7c1511349c17a6892c622”,
“amount”: “1”,
“contract_type”: “ERC721”,
“name”: “Gen Art 3rd”,
“symbol”: “ga”,
“token_uri”: “https://ipfs.moralis.io:2053/ipfs/Qmd4Cha33xa22kyEuGzfyJkvt57E28nPeQMK74HXnqte8y/0”,
“metadata”: "{“name”:"Test Access NFT ",“description”:“Test Access NFT”,“image”:"https://ipfs.infura.io/ipfs/bafybeigc6opmnp5lrvldmuc44vy6ycztcrl3xjgfbspeypqy7wxaryjurq/blockart.png"}",
“last_token_uri_sync”: “2022-08-03T22:32:39.615Z”,
“last_metadata_sync”: “2022-08-03T22:32:40.432Z”
}

and then when i was using the token ownership call it was returning this for the same contract/token:

{
“total”: 1,
“page”: 1,
“page_size”: 100,
“cursor”: null,
“result”: [
{
“token_address”: “0xbd52e596b35ffd200cac73e1f41a1b1c7889198f”,
“token_id”: “0”,
“owner_of”: “0x08B5C77c64C28212DadfEd09a2724381F894c9fB”,
“block_number”: “11140608”,
“block_number_minted”: “11136559”,
“token_hash”: “52b204b8bbf7c1511349c17a6892c622”,
“amount”: “1”,
“contract_type”: “ERC721”,
“name”: “Gen Art 3rd”,
“symbol”: “ga”,
“token_uri”: “https://ipfs.moralis.io:2053/ipfs/Qmd4Cha33xa22kyEuGzfyJkvt57E28nPeQMK74HXnqte8y/0”,
“metadata”: "{“name”:"Test Access NFT ",“description”:“Test Access NFT”,“image”:"https://ipfs.infura.io/ipfs/bafybeigc6opmnp5lrvldmuc44vy6ycztcrl3xjgfbspeypqy7wxaryjurq/blockart.png"}",
“last_token_uri_sync”: “2022-08-03T22:32:39.615Z”,
“last_metadata_sync”: “2022-08-03T22:32:40.432Z”
}
]
}

this is indicative as it’s since synced but it was out of sync for a good 30 min today at least

@cryptokid I have same issue. I transfered NFT from user 1 to user 2. But it’s still showing in user 1
https://cronoscan.com/tx/0x525940cea64ad6382b55d05e31217bc46da764550550100eed23681b019344e7

Hi, you still have this issue now or it was fixed meanwhile?