-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Is not compatible with Nova v4.32.14 #255
Comments
@andevit Is this still an issue and could you elaborate? |
I also encountered an issue while using the newest (4.35.2) nova version. Until I downgraded my laravel-nova version from 4.35.2 to 4.35.0 I kept getting 404 from the nova-api route that returns the queried values. I'm using the Multiselect field on my Role nova resource:
The Role and Permission models are just extended models from Spatie/laravel-permissions, but barely have any code except for static properties in Role model. (This occurs also in my other models) I noticed the 404 error gets thrown during the invocation of the Laravel\Nova\Http\Controllers\AssociatableController, as if it doesn't recognize the property as my model's property. Hope this helps. As I mentioned, I "fixed" this by downgrading the laravel-nova version to 4.35.0 |
I have exactly the same problem. Downgrading to 4.35.0 resolves the issue for now. |
Please can you upgrade?
The text was updated successfully, but these errors were encountered: