Fix: SESSION_DOMAIN=null entfernt aus .env.example

String "null" wird von Laravel nicht als PHP null interpretiert —
Cookie bekommt Domain=null, Browser lehnt ihn ab → 419 auf allen Livewire-Requests.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main v1.1.9
boban 2026-04-24 15:25:38 +02:00
parent 7833257126
commit 68a31e894d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ SESSION_ENCRYPT=false
SESSION_PATH=/
# For cross-subdomain session sharing (e.g. webmail on mail.example.com):
# SESSION_DOMAIN=.example.com
SESSION_DOMAIN=null
SESSION_DOMAIN=
#BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local