Been getting a lot of build and deploy errors in the past few days which doesn’t happen while I’m on DO app plaftform for the past 2 years. Most involves unable to detect ruby version in the current stack while in fact, I am using the correct ruby and stack versions
Also deployment takes wayyy to long and unable to view logs which makes it hard to diagnose the problem. The only things I can go off with is the “Component issue” error which tell me nothing. Sometimes all works smoothly, sometimes it doesn’t. What’s going on here DO!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Heya,
You can double-check your configuration files, including your
Dockerfile
,app.yaml
, or any other relevant configuration files. Make sure the specified Ruby version and stack versions are correct.Also verify that your application dependencies and gems are correctly specified. Ensure that your
Gemfile
is up-to-date and reflects the correct versions.Hope that this helps!