Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problem when trying to create a digital ocean app from gitlab source

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?

like image 958
Lampros Tampourlos Avatar asked May 28 '26 21:05

Lampros Tampourlos


1 Answers

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.

like image 187
Philippe Oger Avatar answered Jun 02 '26 01:06

Philippe Oger



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!