Do you reload before signing in again?
I think tokenMismatch is basically the CSRF token expiring so you need to create a new one. Or does it keep happening?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Each time I leave my session open and come back and try to sign in later, I get this token mismatch error. So I always have to clear laravel view catch to be able to access my account again.
What is a definite solution to this problem? How can i set laravel view cache to clear automatically every minute?
Any help will be appreciated
Please or to participate in this conversation.