419 Page Expired Popup

I am getting this popup with 419 page expire on edit page how to customize this popup or fix this issue. Session is not expired if i reload the page. This should not show this error 419. Its probally because of inactivity.
image.png
Solution
I have fixed by modifing bootstrap\app.php
->withMiddleware(function (Middleware $middleware) {
$middleware->validateCsrfTokens(except: [
'livewire/*'
]);

})
Was this page helpful?