You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
As is clearly the case when this error message is thrown by the Prerenderer.ReturnToString there is an object with the full error message available from node but it isn't properly parsed from json and thus we don't actually know what failed.
It would be really nice if this was parsed properly by the spa services and we got a real error message.
Thanks!
The text was updated successfully, but these errors were encountered:
The better news is we improved the error reporting a while ago. As far as I can tell, this should already be fixed in the current version. Grepping through the sources, I don't see any strings prefixed with Error: any more.
However, if you have any way to repro this bad error message with a current .NET Core 2.0 SDK app, please let us know!
Hi @SteveSandersonMS it is indeed better under .net core 2 after our upgrade. It's still like trying to find needles in a haystack. I wish there was a recipe on the Vs code site for hooking up .net core, chrome and nodejs debuggers in vs code to debug what's going on in node. (the other two are easy) Getting node debugging working has still been elusive here.
As is clearly the case when this error message is thrown by the Prerenderer.ReturnToString there is an object with the full error message available from node but it isn't properly parsed from json and thus we don't actually know what failed.
It would be really nice if this was parsed properly by the spa services and we got a real error message.
Thanks!
The text was updated successfully, but these errors were encountered: