Hi!Not sure if this is the right place to post this, but taking any help I can get at this point.So my Angular application is served with node/express & using a local Flask API for requests. It all works good locally, 'node server.js' serves the application and that connects to my local Flask API.However when trying to deploy it to Heroku I'm facing issues where the API can't be accessed. I'm looking to add a proxy into my server.js to forward all requests to Flask and return the response back to the user as it would normally locally. I suck with express so really not sure how to implement this.Maybe I'm going the wrong route with this, but if anyone has any ideas/help I'd appreciate it.
Submitted April 20, 2020 at 03:43PM by MisterAyy
No comments:
Post a Comment