“No buildpack detected” when building an app

This message means Qoddi has not been able to automatically detect the language of the app you are trying to deploy : Node, PHP, Go etc…

Your app needs to have a least one matching signature depending on the language you used: a package.json file for Node, a composer.json file for PHP, etc…

Check the documentation of the language you are using to verify that your code includes the appropriate file. If your app needs specific behavior configuration make sure to have a Procfile added to your app as well.

Was this helpful?

2 / 0