ember-fastboot / fastboot-app-server

A production-ready app server for running Ember FastBoot apps
140 stars 74 forks source link

UnrecognizedURLError gives a 500 #37

Open kitsunde opened 7 years ago

kitsunde commented 7 years ago

On a completely new ember setup with fastboot-app-server.js as:

const FastBootAppServer = require('fastboot-app-server');

let server = new FastBootAppServer({
  distPath: 'dist'
});

server.start();

Hitting any path like http://localhost:3000/foo returns a 500. While plain ember fastboot gives a 404.

kitsunde commented 7 years ago

I've fixed this upstream: https://github.com/ember-fastboot/fastboot-express-middleware/pull/15