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
500 error from Nest v9.0.0 when using TypedParam.
A similar problem for another library was reported here: nestjs/nest#5241
Suggestion was:
Shared libraries should list @nestjs/core and @nestjs/common as peerDependencies. Otherwise, httpException instanceof HttpException in which httpException is thrown from shared library will give false value.
Which makes sense, as I noticed that Nestia has these nest libraries listed as dependencies, not as peerDependencies. Do you think the adjustment could be made?
The text was updated successfully, but these errors were encountered:
Bug Report
500 error from Nest v9.0.0 when using TypedParam.
A similar problem for another library was reported here:
nestjs/nest#5241
Suggestion was:
Which makes sense, as I noticed that Nestia has these nest libraries listed as dependencies, not as peerDependencies. Do you think the adjustment could be made?
The text was updated successfully, but these errors were encountered: