No results Rinkeby test net

I have created NFTs on the rinkeby test net.I can see them on opensea and in etherscan, however I can not see them when I use the moralis web api to query the I address.

0x1Ab584155F34e3876424FAA5044f3362Afbd6644

There’s about 8 NFTs stored there on test net.I can see data from the main chain, but not rinkeby test net.

Using the web api

Hi @Kooee

Currently indexing NFTs may not work correctly. We are hard working on fixing this issue :man_factory_worker:

I think I am having the same problem.

We are still working on fixing this one

hey @cryptokid, any news?
thank you :wink:

It is not fixed yet on rinkeby

it looks like now it returns 8 nfts:

x = await Moralis.Web3API.account.getNFTs({address: '0x1ab584155f34e3876424faa5044f3362afbd6644', chain: 'rinkeby'})
=>
{total: 8, page: 0, page_size: 500, result: Array(8), status: 'SYNCED'}