We're a place where coders share, stay up-to-date and grow their careers.
Discovered the issue by running heroku logs --tail before actually triggering a build. That gave me:
heroku logs --tail
2021-01-28T12:13:20.330000+00:00 app[web.1]: bash: build/install/untitled/bin/untitled: No such file or directory
You might want to adjust the contents of your Procfile, since your project is no longer called untitled 😉
Procfile
untitled
meanwhile I also noticed that :) now I have another problem, but that has to with class version compilation of some libs i'm using. thanks for the tip!
Discovered the issue by running
heroku logs --tail
before actually triggering a build. That gave me:You might want to adjust the contents of your
Procfile
, since your project is no longer calleduntitled
😉meanwhile I also noticed that :) now I have another problem, but that has to with class version compilation of some libs i'm using.
thanks for the tip!