Heroku Backend not Communicating with Frontend

199 Views Asked by At

I am relatively new with deploying web applications so please bear with me!

I have successfully deployed a Flask API Backend on Heroku. I also have a frontend website and when I use localhost, the application communicates with the deployed API perfectly. However, when I deploy the frontend onto Heroku or AWS Amplify, it fails to communicate with the Backend API. Looking at the Heroku logs, it appears that it is not actually receiving the request so I was wondering how I would make it so that the frontend can communicate with the backend.

0

There are 0 best solutions below