[SOLVED] Error: Invalid function: "getPluginSpecs" on increase Rate limit

Hi,

My server runs without problems, but I want to increase the rate limits. I have added this code in the Cloud Functions as the documentation says:

Moralis.settings.setAPIRateLimit({anonymous:10, authenticated:20, windowMs:60000})

And then when I call await Moralis.start({ serverUrl, appId, masterKey }) alwais I get this error:

Uncaught ParseError Error: Invalid function: ā€œgetPluginSpecsā€

And the server becomes unusable already foreverā€¦

What I am missing from the documentation?

Try to update the server to see if it fixes that problem

I have tested to update the servers for 2 different servers and the update never ends:

The update has been done 1 hour agoā€¦

I have tried too a ā€œHard Restartā€ without luck.

can you try to refresh the page?
that server seems to have latest version now: 0.0.362

I have refreshed the page (hard reset) and the servers ā€œnft-insightsā€ and ā€œtest3ā€ continues pending:

Server ā€œTest4ā€ is responding but not has been updated and I donā€™t have added the Cloud function to increase the limits.

if you only want to use web3api server side, you donā€™t need the server url and app id, you can use only moralisSecret

Today all is working without problems ĀÆ_(惄)_/ĀÆ

Thanks!

yes, there were some problems yesterday with latest version of the server, it is fixed now