page expired 419 appears when in production. I've tried to run php artisan clear:cache, php artisan config:cache, php artisan key:generate, and also change the SESSION_DOMAIN with the same domain, but the page still error
if I deactivate the CSRF middleware it doesn't have an error, but I can't go to the next page.
I can run it on local, but when I use production database in local have the same error page.