When running csdx app:deploy using an existing app repo, I get this:
csdx app:deploy
? Hosting type Custom Hosting
? App URL http://localhost:3000
error: managementSdk.organization(...).app is not a function
I have a local repository for an existing custom app I created. I need another developer to make updates to the app. From what I understand, the process for them launching a development environment for the app is this:
- Developer clones the repository
- Uses the
csdx app:deploy to deploy the app into a new App for development
- They set the hosting to be localhost, which is where the development is happening
- They setup the app in their stack(s)
However when I try to csdx app:deploy that is when I get the error. Am I doing something wrong or misunderstanding this process?