Hi I deployed nft contract, then mint 721 tokens in sepolia
https://deep-index.moralis.io/api/v2.2/0x1dfb8e60dff1f9c8c1941c32af2dc391479d0038/nft?chain=sepolia&format=decimal&exclude_spam=false&normalizeMetadata=false&media_items=false
this address have nft tokens that is minted from same contract.
but some nft have no token_uri, no metadata.
I tested to deploy contract and mint in mainnet also.(0x658358cf7d14e4fcc2ab5d30cb79527523423f1d)
so I tried https://deep-index.moralis.io/api-docs-2.2/#/NFT/reSyncMetadata
returns Error: response status is 404
{
โmessageโ: โThe metadata could not be updated! Try again laterโ
}
Opensea, metamask parse metadata correctly.
What can I do?