Error: Invalid function: "getNFTs"

Hello, I am inquiring about the continuous error message from today during the development of Moralis.

In addition, event monitoring is not possible.

Is there a problem with the Moralis server?

My Application ID : 3V3mw37xNB0mKoHx2IR46gCVqZAOdzCSrCFSwMbN

2022-01-14T03:32:35.527Z - Error: Invalid function: ā€œgetPluginSpecsā€
at handleCloudFunction (/moralis-server/lib/Routers/FunctionsRouter.js:119:13)
at /moralis-server/lib/PromiseRouter.js:85:20
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
2022-01-14T03:26:19.898Z - Error: Invalid function: ā€œgetNFTsā€
at handleCloudFunction (/moralis-server/lib/Routers/FunctionsRouter.js:119:13)
at /moralis-server/lib/PromiseRouter.js:85:20

Relates to this one. Seems all moralis servers are down.

Its strange the alerting shows ā€œdegradedā€ only while Iā€™m having a downtime for about 2 hours already. seems the monitoring/alerting is not set up correctly. you can check the status here:
https://status.moralis.io/

1 Like

Having a similar problem here.

what is the server url? what is the exact problem that you have? what did you do?

1 Like

The server URL is: https://tbxs7zr1uuxn.usemoralis.com:2053/server

Iā€™m not having any problems on the server right now (everything is working good), this error is only showing up in the logs and I decided to do some research then I found this thread where the message is similar. The only problem is that my logs are really messy and hard to identify the logs I wanna actually see.

you could try to get the logs with moralis-admin-cli: https://docs.moralis.io/moralis-server/tools/moralis-admin-cli#get-logs

Hi, the problem pops up today for me as well, all of my cloud functions been working without error til today. I saw interesting log outputs, seems like the cloud is being under development.

2022-03-16T00:24:18.138Z - ReferenceError: f is not defined
    at eval (eval at customUserPlugin (/moralis-server/cloud/main.js:158:21), <anonymous>:1:87)
    at eval (eval at customUserPlugin (/moralis-server/cloud/main.js:158:21), <anonymous>:1:7095)
    at customUserPlugin (/moralis-server/cloud/main.js:158:21)
    at /moralis-server/lib/cloud-code/plugins/index.js:144:15
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Object.initialize (/moralis-server/lib/cloud-code/plugins/index.js:133:3)

:heavy_check_mark:[SOLVED]

:heavy_check_mark:[SOLVED] if anyone sees that or similar error must check their code editor for any possible type mistakes.

1 Like