Hi.
Starting yesterday evening, all the calls we are making to Moralis.Web3API.account.getNFTs with a specified address always comes back with “SYNCING” status.
The status never change to “SYNCHED” like before.
Is this a bug or some change in the API we need to make?
const balances = await Moralis.Web3API.account.getNFTs({
chain: "mainnet",
address: address,
});