I am trying to create an app in digital ocean using source code from gitlab and I get the error "no detected components". Any ideas?
Got the same error for my django project, and this was because I did not create the file requirements.txt. So, if your App project is in python and you use Poetry for dependency management, you should run the command
poetry export --without-hashes --format=requirements.txt > requirements.txt
Then commit and pust to your repo again. Then it would work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With