-
Notifications
You must be signed in to change notification settings - Fork 34
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
Unable to create resource when use the hotkey: "c" on resource index (bug introduced in nova 2.10.0) #2326
Comments
It looks like the URL needs to have the parameters |
Fixed via laravel/nova@13fe921429ff538a2f005a706993146a8dcd812a |
in v2.9.4 the url don't have the queryParams and works |
Laravel 6.14.0 Still getting the same error on Nova 2.10.1 Open any resouce index page Call to a member function newQueryWithoutScopes() on null |
@davidhemphill @jbrooksuk This issue still exists in Nova 2.10.1 as @newtongamajr has described. |
Republish your assets using |
Republished my assets using My current fix is to downgrade to Nova 2.9.3 and got it working again |
I did the same as @Otienoh and this issue is still happening on 2.10.1. I've returned to Nova 2.9.4 |
I've tested the new version. It works for me on v2.10.1 Perhaps you can clear your browsers cache? |
Hello, I had this same problem using: Laravel 6.2 I reverted as other people said to nova version 2.9.4 and I still had the same problem. Turns out, the problem was caused by the "chris-ware/nova-breadcrumbs" tool. After disabling it, resource creation works normally. There's an issue open on the tool developer's repository. |
Possible solutions @I3G-Carlos
|
Thanks @Otienoh and @I3G-Carlos , that's exactly the source of this issue. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
In any resource index page, if I press the hotkey "c" to go to create page, the creation will fail returning the error:
If in index page, I click on "+ Add" button, the resource will be created withou problem.
I've tested in nova 2.9.4 and 2.10.0. The error happen just in the 2.10.0 version
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: