Metadata does not update

Hi all. How tf to get token metadata to update in Moralis?

eg.

address: ā€œ0x7441EB02527d1c997Baf7484cc9deeDA55d9FadCā€,
chain: ā€œMumbaiā€,
token_id: 4

The CORRECT value for " ā€œLast Picked APPLEā€ is: 1653451014

The value displayed by Moralis is: 1653328269

Even after calling ā€œreSyncMetadataā€ I get the incorrect resultā€¦ wtf??

this is what I get: \"trait_type\":\"Last Picked APPLE\",\"value\":1653451014}
where did you see that 1653328269?

In every api call I always see the incorrect value, 1653328269

Maybe the free plan doesnā€™t update anything?

I am so confused. I am getting the old data- always

What endpoint are you calling???

@cryptokid hello?

what endpoint are you calling?

I am getting only incorrect data stillā€¦

This Moralis API is NOWHERE near ready for real production use sadly. I am extremely disappointedā€¦ :cry:

I used this directly in web3api interface:
https://deep-index.moralis.io/api/v2/nft/0x7441EB02527d1c997Baf7484cc9deeDA55d9FadC/4?chain=mumbai&format=decimal

it the equivalent of getTokenIdMetadata

what endpoint were you calling?