I followed the back4app tutorial to run parse locally:
https://www.back4app.com/docs/platform/parse-server-local
The Parse dashboard is well launched. But when trying to deploy the cloud code by running "b4a deploy", I get the following error:
Command must be run inside a Parse project.
I know that I, normally, run this command from the folder containing the parse server code. But, I don't find where to find this folder since after running the following command (using my own back4app credentials), no files or folder created inside the current folder:
parse-server --appId APPLICATION_ID --clientKey CLIENT_KEY --masterKey MASTER_KEY --databaseURI mongodb://localhost/my-app --cloud /path/to/your/cloud/code/folder/main.js
Could you tell me where to find the parse server folder from which I have to run b4a deploy command?