We are using Moralis is to grab the current blockchain data of a smart contract to know which wallets own which nfts. We have code in production and with no changes to the production branch since Wed 11/2, we are now getting an error relative to either pagination or loss of data.
When using Moralis before with the endpoint api/v2/nft/{token_address}/owners, we know this contract has 13684 NFTs but sporadically, we only get 13558 with a null length property in a later page.
This only is occurring on this single contract and does not happen on any of our other client smart contracts. First time in the logs we have seen the problem was Friday 11/4
Any ideas?