Web3API tokenIdOwners not shown/out of sync

Hi, I just minted an NFT on BSC Mainnet. It’s shown in the contract and also in the BscNFTOwners table. But the tokenIdOwners() function from Web3API is not returning any result.

NFT Contract:
https://bscscan.com/token/0x222bd82b4745c0929d20010f473a80fd197208ce

Mint txn:
https://bscscan.com/tx/0x4d32266dac45b9b28d4c517522bd76438d022d6b95d595a6af8b5c1f096bd312

There’s only one nft right now.

image

Ok, it looks like it could be related to the problem that we already know about

as

x = await Moralis.Web3API.token.getTokenIdMetadata({address:“0x222bd82b4745c0929d20010f473a80fd197208ce”, token_id: “1”, chain: “bsc”})

it doesn’t return anything.

Any idea on when it will be resolved?

it may not be today, we are also still having some problems with BSC speedy nodes