[SOLVED] How long does cloud functions from moralis-admin-cli take to be active?

How long does cloud functions from IDE take to be active?

I moved my cloud functions to IDE and now its just returning 400 errors in console.

Does one need to restart the server manually?

You could check if your cloud function is uploaded correctly at first

you shouldn’t need to restart the server, you can see the cloud code directly in admin interface to check if it is the expected one

It was my bad. After losing access to legacy admin. I had used a cloud function backup from my computer in my IDE. Not realising that I made a minor change how users are accessed and so I was getting “Cannot read properties of undefined” on the params username. The code seemed right yesterday while having tunnel vision immersion. But this morning after waking up I immediately noticed that I was no longer using that parameter to access users and was thus looking for something that was not there.