Hi all, I'd like to package a small node app for personal use. I'm following the packaging tutorial but I can't get the example apps to install.
Steps taken
- install the cloudron CLI
- logged onto my server
- prove it's logged in by listing already installed apps
- clone the example TS repo https://git.cloudron.io/docs/tutorial-typescript-app
- hop into the repo directory
- run
cloudron install - get a HTTP error
$ cloudron install
No build detected. This package will be built on the server.
Location: tutorial
Failed to install app: 400 message: "incorrect mime type. expecting application/json"
Am I missing something or has some part of the process changed since the documentation was written?
Any insights greatly appreciated!
