Replies: 3 comments
-
Can you check, if your default panel used the Can you share some error logs details for me to debug. The error you encountered is more on middleware of laravel The lockscreen are using session it means that the user is not currently login. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I see, I got it. This is an issue I think within the validation and the plugin is not using the defined guard for authentication. I will fix this during my free time, you are welcome also to PR. |
Beta Was this translation helpful? Give feedback.
-
In my application, I have set up a custom guard and provider (admin) in config/auth.php to handle authentication instead of the default web, primarily for Filament only. I thought this might be causing some conflicts with the lockscreen package, particularly with route definitions.
The specific error I am facing is: "Route [login] not defined." This error occurs when trying to lock my screen, and I suspect it is related to my custom admin guard and provider setup.
Beta Was this translation helpful? Give feedback.
All reactions