[SOLVED] Calling cloud functions from cli keeps showing "Listening folder:"

I’m running the code:

moralis-admin-cli watch-cloud-folder --moralisApiKey Z...A --moralisApiSecret g...3 --moralisSubdomain x...8.usemoralis.com --autoSave 1 --moralisCloudfolder ./src/services/cloudFunction

But the terminal keeps showing me that it’s listening for my folder.

Listening folder: ./src/services/cloudFunctions

Do you see any error along with this?

No, I don’t see nothing

Maybe check if this is a valid folder path

yes, it is correct.
Now it’s working.
The only thing I did was let the script run and listen to the folder, then create another file in it and paste the content of the older file. After that, it worked.

1 Like