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?