Login in production
I am making a small system with filament V3 and I uploaded it to cPanel, the local works perfectly, but when I wanted to login in the server it does not do it, in the user model I have the users that can access, if I enter some wrong data it does not validate it.
public function canAccessPanel(Panel $panel): bool
{
return $this->hasRole(['Admin', 'test', 'Property Broker']);
}
you can test here https://panel.homentor.cl/public/admin/login
User: test@gmail.com
pass: 12345
public function canAccessPanel(Panel $panel): bool
{
return $this->hasRole(['Admin', 'test', 'Property Broker']);
}
you can test here https://panel.homentor.cl/public/admin/login
User: test@gmail.com
pass: 12345