getNfts stop working

Hi just wondering if u can help me
just notice that after upgrade server to latest one 0.0.347 method getNfts stop working and returning null
is any particual reason or I miss some during upgrade to fix that ?

appracied to help me

how do you call it? it shouldn’t be related to the server I guess

Hi

I use

 const Web3Api = useMoralisWeb3Api();
useMoralisWeb3ApiCall(Web3Api.account.getNFTs, {...

and if is related to the server what I have looking ?

you can try directly in web3api interface to see what it should return:
https://admin.moralis.io/web3Api

you also have to set an address parameter in case that user is not authenticated