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
6 Replies
christmex
christmexOP10mo ago
bump up
LeandroFerreira
LeandroFerreira10mo ago
try to add this in the VerifyCsrfToken middleware
protected $except = [
'livewire/*'
];
protected $except = [
'livewire/*'
];
christmex
christmexOP10mo ago
so i overwrite inside the vendor file?
José Cage
José Cage10mo ago
@christmex put it inside VerifyCsrfToken middleware
LeandroFerreira
LeandroFerreira10mo ago
app/Http/Middleware/VerifyCsrfToken.php
Hugo
Hugo8mo ago
This saved me the problem of constantly showing me that the page has expired but it still logs me out of the app. Any way to solve this?

Did you find this page helpful?