Quick question - Did this issue fix itself automatically yesterday, or are there any manual steps that i can follow on my end to resolve this issue temporarily?
Hey! here’s some more information that may help you debug this issue -
I tried creating a new smart contract and minted 2 NFTs on it, but those aren’t showing up in the API response though. This means that the error is not limited to existing smart contracts, or just one specific smart contract. It should be a bug across all smart contracts on polygon currently.
Here’s the API call returning 0 NFTs inside the new smart contract -
I expect it to be a general problem, not only for a specific smart contract. And in particular for new smart contracts, it is also required to call GetTokenIdMetadata in order to start indexing that smart contract
Since about yesterday, tokens are sometimes syncing after manually calling the metadata/addressID/tokenID API but the response misses indexing the “metadata” key. Not sure if this is a related issue to the existing issue.
Related to this, the response for individual token metadata shows synced_at & metadata both as null (where as the parent contract token list API returns synced_at)