Unable to find component: [app.filament.pages.auth.custom-login]
Livewire\Exceptions\ComponentNotFoundException
Unable to find component: [app.filament.pages.auth.custom-login]
this error happen when click sign in button
its happen only when i replace default login with custom login
CustomLogin.php
AdminPanelProvider.php
2 Replies
@zsnake Did you resolve it?
No sure whether Filament auto-registers the custom Login component for you. Maybe you need to use
Livewire::component()
to register it in a ServiceProvider
I guess because it's in a Auth
subfolder, Filament won't auto-discover it