gvharper
gvharper
FFilament
Created by gvharper on 2/17/2024 in #❓┊help
403 Forbidden in production
Just deployed my first app to production (Forge + DigitalOcean). Login/Register work fine, but after login I get 403 everywhere. I implemented the FilamentUser contract in my User model per 3.x docs but I can't get around the 403.
public function canAccessPanel(Panel $panel): bool
{
return true;
}
public function canAccessPanel(Panel $panel): bool
{
return true;
}
Any suggestions?
3 replies