I am testing out NFTs contracts on Rinkeby network.
Created couple of contracts with the same names and some different ones.
I go to the dApp and call mint with some test metamask wallet
When I ask moralis getNfts - in response only SYNCED and some old NFTs.
There are no new minted nfts appearing in getNfts response.
Is there some cooldown for loading new contracts to your servers to be synced?
It already 1 day passed and there are still no newly created NFTs on my wallet address.
When calling contract - it says that my wallet possesses NFT already.
But why Moralis SDK canโt see them while calling getNFTs?
I even tested getTokenMetas and getTokenIdMetadata - it says no metadata found.
Also I tried to use couple of times resyncMeta and tokenUri - no response
Though I deployed about 5 of them to the Rinkeby. The first two are working, but the others - Moralis just donโt see them. Or donโt see them yet?
Is there a cooldown for updating NFTs balance for particular wallet?
Or how long does it take?