I genuinely can not thank you enough for this tutorial ! I have spent weeks looking for tutorials on how to deploy on heroku and this is the only tutorial that worked for me! God bless you
Hey. Please can you help me. I've been stuck trying to solve this error for hours. I just keep getting this when I run npm start: Proxy error: Could not proxy request /api from localhost:3000 to localhost:5000/. and when I view the console in the browser it shows this: Uncaught (in promise) SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data Any idea how to resolve this? :(
@@gingerdude4014 hmm and when you check the api endpoint in backend, are you able to see anything? If you see something then I will say the problem is from the frontend when the server is called.
This is, hands down, the BEST video out there for deploying flask/react to Heroku. So clear simple and easy. Thank you so much!
You are welcome Ziam 😊 and I am glad you found it useful.
I genuinely can not thank you enough for this tutorial ! I have spent weeks looking for tutorials on how to deploy on heroku and this is the only tutorial that worked for me! God bless you
Ha Haroon, you are welcome 😊. I am glad you found it useful.
Awesome video! Good job man, please keep it up!
Thank You 😊
Thank you. I waited for this video for a while.
You are welcome Duc 😊
honestly, take it from an experienced developer. best deployment video online.
Thank you very much 🙂. I am glad you found it useful.
Amazing tutorial, clear, and goes straight to the point. Thank you
You are welcome Daniel 🙂, I am glad you found it useful.
Thank you! The change of proxy url part helps a lot!
welcome 😊
This is great content. Thank you! Very much appreciated!
Thank you too Yaqobo 😀
Straight to the point. Thanks!!!!
You are welcome Steven 😊
very helpful, thank you! :)
You are welcome sis 🙂
Thanks for the video! Can you do another tutorial for deploying to AWS using ECR?
Yes I can Huy and thanks for watching 😊
Yes please! An AWS tuto using ECR would be great :)
Thank you very much
Perfect!
upload regularly .
Hey, I will. I currently have a lot going on 🙁
which terminal do you use ??
I use zsh, I hope that answers your question?
Does it work if I have an sqlite db?
I think Heroku uses Psql 😊. You might have to check on that one.
when i console.log the data it returns undefined
do you still get that?
Ya
@@Faisal-jo5vk the frontend is not getting the data. can you show the full error?
my frontend is react backend is python flask and database is mysql how to deploy please help
Deploy on which platform?
There is really huge full stop in his sentence when he calls app.😅
😊
Hey. Please can you help me. I've been stuck trying to solve this error for hours. I just keep getting this when I run npm start:
Proxy error: Could not proxy request /api from localhost:3000 to localhost:5000/.
and when I view the console in the browser it shows this:
Uncaught (in promise) SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
Any idea how to resolve this? :(
I followed your exact process. So the code is the same by the way
Do you have the proxy key and value in the package.json?
@@theshowTech yes i do
@@gingerdude4014 hmm and when you check the api endpoint in backend, are you able to see anything? If you see something then I will say the problem is from the frontend when the server is called.
This might be late but i solved the same issue by removing the package-lock.json file and restarting the react app