Issue
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!
Solution
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
Answered By - Salah Eddine Makdour Answer Checked By - Mildred Charles (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.