@dragonberr Have you checked with the incognito window?
Then you can try with the following commands too-
php artisan cache:clear
php artisan config:clear
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
PROBLEM:
Register page on submit was going to 419 Page Expired
**Note 1: register.blade.php
Already has the token.
**Note 2: folder permissions
storage > framework > sessions, etc. all have read & write permission
**Note 3: database
Is working (created an user, etc. with the VerifyCsrf exception)
**Note 4: .env
As a temporary solution, changing "SESSION_DRIVER=file" to "SESSION_DRIVER=cookie"
**Note 5:
From this: https://www.danielord.co.uk/how-to-set-file-permissions-for-laravel-5-on-mac-osx
Tried the sudo chgrp -R _www storage bootstrap/cache, not working
Please or to participate in this conversation.