Receiving errors today when trying to retrieve information for NFT collections. It will work for a bit and then eventually this throws the error in the subject. It was working yesterday so this seems to be something new. I tried two different collections and both failed.
response = await Moralis.default.EvmApi.nft.getContractNFTs({
chain: chain,
address: asset_contract_address
});