Improve error page while server-side rendering. #710

Closed
opened 2025-08-09 17:17:22 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @rosieks on 5/29/2017

Error pages in ASP.NET are awesome - they provide nice looking information about error that happened on the server. It would be nice if we could have the same with JavaScriptServices. Right now I see two places where this could be improved.

  • It would be nice if the JavaScript stack trace could show references to TS files instead of bundled boot-server.js
  • Authors of React assumed that font used to render error will be fixed-width. Also it would be nice to have that in colors like it is when you run it in terminal.

image

*Originally created by @rosieks on 5/29/2017* Error pages in ASP.NET are awesome - they provide nice looking information about error that happened on the server. It would be nice if we could have the same with JavaScriptServices. Right now I see two places where this could be improved. * It would be nice if the JavaScript stack trace could show references to TS files instead of bundled boot-server.js * Authors of React assumed that font used to render error will be fixed-width. Also it would be nice to have that in colors like it is when you run it in terminal. ![image](https://cloud.githubusercontent.com/assets/1107959/26557283/4f85a5f8-44a0-11e7-8d56-cdffeb9cb487.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#710
No description provided.