matiasarea
matiasarea
FFilament
Created by matiasarea on 8/15/2023 in #❓┊help
Error redirecting a custom page
Good Day, I am facing the following problem: I am making a redirect to a filament custom page with the following line:

return redirect(route('filament.pages.restart-password'));

return redirect(route('filament.pages.restart-password'));
But the redirect does not go through, and takes me back to the login page. What can I be doing wrong? The configuration of the filament custom page is:
protected static ?string $navigationIcon = 'heroicon-o-document-text';

protected static string $view = 'filament.pages.restart-password';

protected static bool $shouldRegisterNavigation = false;

protected static ?string $title = '';

protected static ?string $navigationLabel = 'restart-password';

protected static ?string $slug = 'restart-password';
protected static ?string $navigationIcon = 'heroicon-o-document-text';

protected static string $view = 'filament.pages.restart-password';

protected static bool $shouldRegisterNavigation = false;

protected static ?string $title = '';

protected static ?string $navigationLabel = 'restart-password';

protected static ?string $slug = 'restart-password';
Thank you very much.
19 replies
FFilament
Created by matiasarea on 4/10/2023 in #❓┊help
Sidebar
Is it possible to hide the sidebar depending on the role of the user logging in?
2 replies