Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnrecognizedURLError gives a 500 #37

Open
kitsunde opened this issue Nov 29, 2016 · 1 comment
Open

UnrecognizedURLError gives a 500 #37

kitsunde opened this issue Nov 29, 2016 · 1 comment

Comments

@kitsunde
Copy link
Contributor

kitsunde commented Nov 29, 2016

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
Copy link
Contributor Author

kitsunde commented Dec 1, 2016

I've fixed this upstream: ember-fastboot/fastboot-express-middleware#15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant