Amir Khan
Amir Khan
FFilament
Created by Amir Khan on 4/4/2024 in #❓┊help
419 Page Expired Popup
I have fixed by modifing bootstrap\app.php ->withMiddleware(function (Middleware $middleware) { $middleware->validateCsrfTokens(except: [ 'livewire/*' ]); })
23 replies
FFilament
Created by Amir Khan on 4/4/2024 in #❓┊help
419 Page Expired Popup
is showing on filament admin routes here is default vendor cors.php 'paths' => ['api/', 'sanctum/csrf-cookie'], 'allowed_methods' => [''], 'allowed_origins' => [''], 'allowed_origins_patterns' => [], 'allowed_headers' => [''], 'exposed_headers' => [], 'max_age' => 0, 'supports_credentials' => false,
23 replies
FFilament
Created by Amir Khan on 4/4/2024 in #❓┊help
419 Page Expired Popup
i m not sure if i have to change some of these
23 replies
FFilament
Created by Amir Khan on 4/4/2024 in #❓┊help
419 Page Expired Popup
its default .env of laravel 11 with filament 3.2+ SESSION_DRIVER=database SESSION_LIFETIME=120 SESSION_ENCRYPT=false SESSION_PATH=/ SESSION_DOMAIN=null
23 replies
FFilament
Created by Amir Khan on 4/4/2024 in #❓┊help
419 Page Expired Popup
I have published the Laravel error pages i can customize the error but i m still not getting why is it showing if u are in other tabs for a while it will trigger i m on user edit page or any page when login is happening after some time
23 replies