I have deployed a react app to Heroku, But after I open the Heroku link, the chrome react developer tool is still red, which means it is still under development? Thank you in advance!
Asked
Active
Viewed 2,929 times
1 Answers
1
that's because you have deployed the development version of the app. There is a simple fix for that.
- Go to your app's dashboard in heroku
- Click settings
- scroll down to Buildpacks
- Add this https://github.com/mars/create-react-app-buildpack.git
- save and then deploy your app again and it will be alright
hope it works

Salah Eddine Makdour
- 1,023
- 1
- 12
- 24