79611686

Date: 2025-05-08 03:36:38
Score: 2
Natty:
Report link

Sanctum Config:

SANCTUM_STATEFUL_DOMAINS=localhost
SESSION_DOMAIN=localhost
SESSION_DRIVER=cookie

Axios

axios.defaults.withCredentials = true;

Clear cookies & restart Docker.

Still broken?

Avoid mixing web + api middleware.

Check cors.php (supports_credentials => true).

Ensure no custom middleware modifies sessions.

Fixed? If not, check browser devtools for misconfigured cookies.

Reasons:
  • RegEx Blacklisted phrase (1.5): Fixed?
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Abdullah Al Shahed