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