Im using the function âgetTokenIdOwnersâ, and in my colecction i have two NFTs, ID 0 and ID 1. When i called this function it only gives me the info of 1 of the 2 NFTs that i have, sometimes give me the owner info of the NFT with ID = 0, and sometimes give me the owner info of the NFT with ID = 1. But also gives me a error on the console: POST https://vu3yo6ri4duj.usemoralis.com:2053/server/functions/getTokenIdOwners 400 moralis.js:53806
Also, i went to the smart contract and i mint one of this NFTs to an other owner, and when i used the getTokenIdOwners fuction it doesnt update, so when the function gives me the info of the owners, its not correct, its returning me ONLY the first mint that i did 2 days ago, and not the new mint that i did 2 hours ago, maybe this info es good for help me.
thanks for your time