Unable to find component: [app.filament.app-panel.pages.edit-tenant-profile]
I have the following edit tenant page.
When submitting the form, the following error appears:
When submitting the form, the following error appears:
Unable to find component: [app.filament.app-panel.pages.edit-tenant-profile]Solution
I found the reason ! (https://github.com/filamentphp/filament/issues/7377)
In my case it was a namespace problem, so I think it's the same for @proculair
If your panel name is
In my case it was a namespace problem, so I think it's the same for @proculair
If your panel name is
App you should have namespace like App\Filament\AppPanel\Pages -> App\Filament\App\Pages