-
-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot destructure property 'parsed' of 'req' as it is null. #830
Comments
@neutron92 , how did you fix this issue ? |
I'm struggling with updating nestjs to v10 in existing project and hit the wall with this repo not being maintained anymore. There is a fork that looks well maintained here: https://github.com/gid-oss/dataui-nestjs-crud |
i face same issue, please reopen this issue |
Same here |
I'm struggling with updating nestjs to v10 in existing project and hit the wall with this repo not being maintained anymore. There is a fork that looks well maintained here: https://github.com/gid-oss/dataui-nestjs-crud |
saved my project bud ! Thx |
Overriding the base route fixes the issue!.. but I mean this is not a proper fix.. since I believe we're are not supposed to override unless there's a reason. The latest update I think breaks the chain where |
The underlying cause is #825. My workaround (from here):
|
Same issue here also:
I downgraded from nestjs 10.3.3 to 9.4.3 Or of course, use a more maintained crud library as mentioned above:
And change all imports from |
Bug Report
Current behavior
when i open http://localhost:3333/users in my browser to get list of users i have 500 and the error in the console
in the POST
The req argument all the time is null
Input Code
Expected behavior
it works
Possible Solution
Environment
Repository with minimal reproduction
The text was updated successfully, but these errors were encountered: