Can't send API requests on production heroku app
问题 I deployed an app in Heroku which has an API written in Nest.js, Vue.js UI and PostgreSQL database. These are the steps I took to build and deploy everything. In my vue directory I ran vue-cli-service build in vue.config.js I specified my proxy and outputDir as follows: outputDir: path.resolve(__dirname, "../ea-blog-api/public"), devServer: { proxy: "https://game-bible.herokuapp.com" }, navigating to ea-blog-api my file structure looks like so public folder contains the compiled output of the