Tudor
Multi tenancy menu URL
basically from: http://voting-app.test/vote/9d748954-6ca7-4f15-87b4-f2f0dd4eda7b/event-team-for-mentors
to: http://voting-app.test/vote/9d748954-6ca7-4f15-87b4-f2f0dd4eda7b
4 replies
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