getNFTS not returning any data on rinkeby

The API call has been fine for the last 3 months of dev/testing it just stopped working today for some reason. Can you please look into it and let me know. thanks.

client: “react-moralis”: “^1.3.5”
server: 0.0.369

var list = await Moralis.Web3API.account.getNFTs({ chain: ‘rinkeby’, address: address });

Ran cloud function getNFTs for user nnkPF6fIEopbFPePkYJ7X2VT with:
Input: {“chain”:“rinkeby”,“address”:“0x1f357147c5c9c42422b0bcf17cf0df66a865f0c7”}
Result: {“total”:20,“page”:0,“page_size”:500,“cursor”:"",“result”:[],“status”:“SYNCED”}

1 Like

we know about this issue, we are working on fixing it

2 Likes

@amer, it should be working now

1 Like

Yes, its working - thank you!

Running into the same issue: returning zero data on rinkeby for getNFTs.

Is this a new issue?

Can you post the address or specific example you’re using.