Import and Export bug, keep showing 419 expired

Everytime i use import action, it always keep show me this idk whats wrong, but the import keep running, but everytime i import or export it almost always show me that sometimes it also logged me out from the app
No description
5 Replies
christmex
christmex3mo ago
bump up
LeandroFerreira
LeandroFerreira3mo ago
try to add this in the VerifyCsrfToken middleware
protected $except = [
'livewire/*'
];
protected $except = [
'livewire/*'
];
christmex
christmex3mo ago
so i overwrite inside the vendor file?
José Cage
José Cage3mo ago
@christmex put it inside VerifyCsrfToken middleware
LeandroFerreira
LeandroFerreira3mo ago
app/Http/Middleware/VerifyCsrfToken.php