If I create a POST request to http://localhost:3000/login, I get my default root route (/) as a response. I also tried using the lower level WebApp API. Same issue.
I feel like my understanding of webpack is lacking. Please enlighten me, thank you.
Getting closer… the following code (server/meteor.startup.js) works in development mode, but when I enable the --production flag, I get a 404 response.