We started our project with dotnet template for Angular with server side rendering (JavaScriptServices).
We sometimes get timeouts on the server side rendering of Angular4 and there isn't much on the exception to help us diagnose the problem, specially if all works well on the client side rendering.
Is there a way to access the console logs for the TS/JS code when running on the server side?
Or a way to get the call stack of the error? As we only get a message without any information of where it happens.
I tried to attach a debugger using these instructions but I get the error:
InvalidOperationException: The Node.js process failed to initialize: Warning: This is an experimental feature and could change at any time.