NodeJS Express API only returns index.html file on production?
问题 My original question: How to set up VueJS routes and NodeJS Express API routes? I got feedback that if Serving VueJS Builds via Express.js using history mode question doesn't solve my issue, I need to ask a new question, so here I'm. Problem: NodeJS (powered by express) API return always index.html - no matter what. Notes - Works great on local - API returns the index.html file only on production I'm super confused what can cause this? I place my Nginx configs in here as well, since I think