-
Notifications
You must be signed in to change notification settings - Fork 69
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
Support for route error substate #134
Comments
Just brainstorming: Can this not be handled in |
Might have been fixed by emberjs/ember.js#15689, something to check. |
Going to close this as this is fixed in Ember 2.15.1. Please reopen if this is still an issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
When the application route model rejects and the app enters an error substate, FastBoot should render a user-friendly error page and set a desired status code on the response.
Actual behaviour
FastBoot throws an error and renders empty page with status code 503.
Workaround
Enter the error substate manually and prevent bubbling the error up:
The text was updated successfully, but these errors were encountered: