Problems using [Route: filament.admin.resources.categories.edit] [URI: admin/categories/{record}/edit] [Missing parameter: record]. #10387
Unanswered
StefanoTesla
asked this question in
Help
Replies: 2 comments
-
|
any one has a solution to this one |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I think you should use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Category model that can have many Products that can have many attributes.
I created Category, Product and Attributes Resources.
I can see all the attributes, but every time I try to enter on Product and Category I get this error:
Missing required parameter for [Route: filament.admin.resources.categories.edit] [URI: admin/categories/{record}/edit] [Missing parameter: record].This is the Category model:
I'm using mcamara/laravel-localization and spatie/laravel-translatable and for some reason I need to use the
resolveBySlugcan this create some problems?This is the final stack:
https://flareapp.io/share/Bm02jbe7#debug
Is it possible that the name in each product and category can create the problem cause they are json
{ 'en':'title,'it':'titolo'}?? I already install the filament spatie translatable pluginBeta Was this translation helpful? Give feedback.
All reactions