V1 getNFTs not sync

i have a deployed dapp… and i use the getNFTs to get user NFT ( mainnet )

but the result are old… a user minted a new nft on friday… but today he can’t yet see that nft in the dapp… how can i force the user wallet sync? ( i’ can’t query directly the nft contract… i don’t know all contracts… )

can you post more info about that case? contract address, token_id, chain

Yes
i tried to use the V2 api syncNFTContract

and it tell this error
data: { message: ‘Not valid ERC721/ERC1155 Contract’ }

but it is wrong, the contract is a valid erc721

you can check the contract here:

https://etherscan.io/address/0x8a619c585741f77d76813feee4284d12278dfd48#code

it is correctly listed on opensea:


and it is a valid erc721 (validated )

and

for what call you get that error?

I didn’t get any error for

https://deep-index.moralis.io/api/v2/nft/0x8a619C585741F77d76813feEE4284d12278dFD48/sync?chain=eth

Tried the syncNFTContract Api call

it looks like you tried with a different address?

yes sorry, now it work on V2

but i cant yet see the NFT in the user wallet via the V1 getNFTs

yes, that is a different issue that we are still investigating