I had deployed my app earlier and it’s using
but now when I’m deploying the same app it’s using,
and the second one is running into error while the first one is not.
help needed to understand where can I specify the build to be done using the first method.
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.
We have the same problem. Today we try to deploy the same app that we uploaded a while ago with all the configuration exactly the same and it gives us an error code 127 in the build phase. We noticed that the same thing that they mention here happened with the versions in our case.
Hey!
I just tried deploying a demo React app on DigitalOcean App Platform, and it used the same build details you mentioned in the second setup, with
digitalocean/nodejs-appdetect v0.0.2
andheroku/nodejs v0.260.4
. Everything worked fine with this configuration.Here’s the demo app I used, if you’d like to try it as a reference: React Demo App on GitHub.
Here’s an image showing the exact build versions used in my deployment:
Could you share more details about the specific error you’re getting? Or if your React project is open source, feel free to share the link to the project here and I will be happy to try and reproduce this on my end and further investigate!
- Bobby
This comment has been deleted