Tudor
canAccess function generate a lot of duplicate queries
its a custom livewire page that extends the filament page component, and I thought that canAccess is executed only once the page is loaded, but for some reason it duplicate that query for each user, I dont know exactly
A solution was to move the verification to the mount function and abort 403 manually
5 replies