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
6 Replies
bump up
try to add this in the
VerifyCsrfToken
middleware
so i overwrite inside the vendor file?
@christmex put it inside VerifyCsrfToken middleware
app/Http/Middleware/VerifyCsrfToken.php
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?