[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