custom page edit: unable to find component
I have followed the instructions to build a custom edit page to edit some specific fields of a record in its simplest way:
And registered that page in the resource:
When I hit on the save or submit button, I get the following error:
Livewire\Exceptions\ComponentNotFoundException: Unable to find component: [app.filament.investigador.resources.sica.proyecto-resource.pages.edit-dates]When I check the route list by typing
php artisan route:list --name=filament
:
it is indeed listed.
Then how do I fix it? any ideas? What am I missing?0 Replies