PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, July 15, 2022

[FIXED] Why Chrome React developer Tools is still red after deployed react app to Heroku

 July 15, 2022     google-chrome-extension, heroku, react-devtools, reactjs, web-deployment     No comments   

Issue

enter image description here

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.

  1. Go to your app's dashboard in heroku
  2. Click settings
  3. scroll down to Buildpacks
  4. Add this https://github.com/mars/create-react-app-buildpack.git
  5. 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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing