Thanks for this excellent video. I'm able to deploy the app to github and also I have my flask API in heroku. I'm getting network error when trying to access the API from github. I also tried to access the heroku API from localhost and still getting the same network error. Can you please help
You can try. But IMO, if you make repo private, you can’t make the website public using gh-pages. If you want to do that then you would need to deploy using netlify.
i want to deploy my create-react-app to heroku, but i just found videos that i have to do it with ExpressJS backend.. :( what can you suggest me if i want to deploy in Heroku, but avoiding the part of ExpressJS? should i deploy instead with flask together?
You have to use any backend from Express or Node. I don't think Flask backend will work to deploy react site on heroku. It is not framework's limitation. It is platform's limitation.
Great video sir!! Helpful.
Thank you Sheetal 😊
Can I deploy a python h5 model using the same steps in heroku?
Yes that will definitely work
Thank you bro.
You’re welcome
Nice video
Aisey hi video banate raho
Thank you so much!
Thanks for this excellent video. I'm able to deploy the app to github and also I have my flask API in heroku. I'm getting network error when trying to access the API from github. I also tried to access the heroku API from localhost and still getting the same network error. Can you please help
This may be because of CORS. you need to allow all end points to be hit. Try searching allow cors in flask
@@DevSense19 ok. Sure. Thanks. Let me check and get back.
Thanks it worked. Now i'm able to get the response from API when accessing from localhost.
How to deploy both the services in the same server?
Run both in background but you shouldn’t IMO
Can I use a private GitHub repo and connect it with heroku?
You can try. But IMO, if you make repo private, you can’t make the website public using gh-pages. If you want to do that then you would need to deploy using netlify.
i want to deploy my create-react-app to heroku, but i just found videos that i have to do it with ExpressJS backend.. :(
what can you suggest me if i want to deploy in Heroku, but avoiding the part of ExpressJS? should i deploy instead with flask together?
You have to use any backend from Express or Node. I don't think Flask backend will work to deploy react site on heroku. It is not framework's limitation. It is platform's limitation.