Laravel Octane and Filament
I am running into issues on production where resources are not the same when refreshing a couple of times. For example: I use the filament shield plugin where I can select permissions for users, sometimes no permissions would load and when i refresh a couple of times it would.
Is this a common issue?
5 Replies
Also, the navigation would sometimes show resources when refreshed a couple of times. It also gives 403 forbidden, due to permissions which sometimes load.
The application is running on Filament: 3.2.93
Might be related to
spatie/laravel-permission
and caching?That could be the issue, I will look into it!
I just wanna mention, that I am using Filament v3.2 and Octane in Laravel 10 without any issues
Solution
This indeed was a spatie permissions issue.