Moralis server logs do not showing errors

I am no longer receiving error logs in Moralis server’s cloud functions, both on the dashboard logs and the CLI.

I know that errors are occurring because I can check the network tab in chrome developer tools and can see the error responses there, but they no longer show in the logs as they did in the past (seems to have started about 2 weeks ago)

For example I can see this in chrome network > cloud function name > response

{"code":141,"error":"userId is not defined"}

and I can debug the cloud function with this message (but very inconvnient)…

I do still get logs if the cloud function completes it has the typical input output log. and then if i create log commands in the code, I can also see those.

I’m wondering if this is an issue with all of Moralis or if something I did.

you could try to restart/update the server to see if the logs starts to show after that

I restarted it and it still doesn’t show errors.

Please keep to your other topic.