-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
ERROR [ExceptionsHandler] Cannot read properties of null (reading 'options') #831
Comments
Error has been successfully fixed!I downgraded nestjs ver and it's accessible. "@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/typeorm": "^9.0.0",
"@nestjs/platform-express": "^9.0.0", |
Can we reopen this? I don't think that a downgrade of nestjs should be the solution to this. |
Ok, I will reopen this issue! Hopefully it will update to version 10 of NestJs |
I'm having the same problem. nestjsx/crud doesn't work with NestJS v10 😢 |
Same problem here! I see the commit, does someone know release date? |
We have switched to https://github.com/gid-oss/dataui-nestjs-crud which is a fork and works for us with nestjs 10. |
Switching to @dataui/crud as @ckaeslin suggests fixed this for me. The problem is an unmaintained, unofficial package that has fallen out of sync with nestjs. I personally took over a project from other people and didn't notice the |
any update on this issue ? should i switch to other forked repo ? |
@geek-sajjad this repo isn't maintained anymore. See the latest comments and switch to @dataui/crud |
Bug Report
Current behavior
I use to create a new Category. Here is describing it in json:
Input Code
Expected behavior
I expected it to create a new category with the corresponding name!
Environment
The text was updated successfully, but these errors were encountered: