ERC 20 Tranfers always returns wrong value

Hello !

For a few days, the route /{address}/erc20/transfers has been returning weird value for some address (seems ok with other addresses).

I have the following response for a particular address :

{
	"total": 3,
	"page": 0,
	"page_size": 100,
	"cursor": null,
	"result": []
}

Is there a problem on moralis side ?

it looks like a caching issue, does that happen for more than a day?
that total value is cached

I have the problem for almost 24 hours now (at least 22hours)
Still the results array should not be empty for this particular address and should contain some transactions

can you give that exact example? you can send it in DM if you don’t want to post publicly.