I am using livewire and my application returning page expire error very much and even the users cannot use the application. i have used csrf token in all my forms and it shows the page expire error and returning the login page
@Snapey
in log files it gives me
app key not found and also
Unsupported cipher or incorrect key length. Supported ciphers are: aes-128-cbc, aes-256-cbc, aes-128-gcm, aes-256-gcm.
this errors but i have generated app key and also cipher value is correct.
I have two applications running on the same server the one system is deployed on default port and the other system is on :443 port I am facing the page expire error and repeated the login page is returning on both systems