Null `metadata` property from `token` APIs

thanks. it’s working now.
another question.
I encountered this error on live server.

error: “This Moralis Server is rate-limited because of the plan restrictions. See the details about the current rate and throttle limits: {“x-rate-limit-limit”:“1500”,“x-rate-limit-remaining”:“58”,“x-rate-limit-remaining-ttl”:“58”,“x-rate-limit-throttle-limit”:“60”,“x-rate-limit-throttle-remaining”:“1”,“x-rate-limit-throttle-remaining-ttl”:“1”,“x-rate-limit-throttle-used”:“62”,“x-rate-limit-used”:“67”}”

The project works properly on my local pc but the error occurs on only live server.

I used Moralis paid version(professional plan).
How can I fix it?
Here is my code snippet.

the number of NFTs is 10.

Thanks

“x-rate-limit-throttle-limit”:“60”
it looks like it made too many requests in a second, reSyncMetadata uses 60 throttle limit on its own, you can add a delay between making the requests

Moralis now supports refresh for all NFTs automatically Moralis Updates NFT Metadata