Frontend (app.quantfortune.com) fetches API (api.quantfortune.com). With SameSite=Lax the browser won't send the cookie on cross-origin fetch calls, so the server sees no session and the request fails. Adding COOKIE_DOMAIN=.quantfortune.com makes the cookie valid for all subdomains. Mohan needs to add this to .env and restart. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
97.6%
PowerShell
1.3%
JavaScript
0.7%
Shell
0.3%