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

Improve error handling when rendering page #7

Closed
rdner opened this issue Mar 27, 2014 · 1 comment
Closed

Improve error handling when rendering page #7

rdner opened this issue Mar 27, 2014 · 1 comment
Assignees
Milestone

Comments

@rdner
Copy link
Member

rdner commented Mar 27, 2014

Now any error in module stops page rendering on server-side. This is bad, it should only show error in placeholder where was error but whole page should be loaded on client.

Error handling should be the same on client and server and work in 2 modes:
Debug - all errors are shown with details and stack
Release - no errors are shown only special __error template or nothing.

@rdner rdner added this to the 0.4.0 milestone Mar 27, 2014
@rdner rdner self-assigned this Mar 27, 2014
@rdner
Copy link
Member Author

rdner commented Mar 27, 2014

Resolved by 6610044

@rdner rdner closed this as completed Mar 27, 2014
@rdner rdner added core and removed core labels Jun 25, 2014
@rdner rdner changed the title Improve error handling Improve error handling when rendering page Jun 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant