We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ce375 commit 41d43e8Copy full SHA for 41d43e8
.env.example
@@ -43,7 +43,7 @@ SESSION_LIFETIME=120
43
SESSION_ENCRYPT=false
44
SESSION_PATH=/
45
SESSION_DOMAIN=null
46
-SANCTUM_STATEFUL_DOMAINS=localhost
+SANCTUM_STATEFUL_DOMAINS=localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1
47
SESSION_SECURE_COOKIE=false
48
49
BROADCAST_CONNECTION=log
0 commit comments