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
[ ] Regression
[ ] Bug report
[X] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
The errorHandler property on AngularUniversalOptions does not contain the request object.
Expected behavior
a request object should be contained there.
What is the motivation / use case for changing the behavior?
To be able to respond to something on error, we need access to the request.
Environment
Nest version: 9.4.0
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
The
errorHandler
property onAngularUniversalOptions
does not contain the request object.Expected behavior
a request object should be contained there.
What is the motivation / use case for changing the behavior?
To be able to respond to something on error, we need access to the request.
Environment
The text was updated successfully, but these errors were encountered: