fix: stabilize the live recommendation path
Some checks are pending
ci / backend (push) Waiting to run
ci / frontend (push) Waiting to run

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Justin Visser 2026-08-12 10:47:30 +02:00
parent bfea9efb5e
commit dbc5c2d93f
12 changed files with 113 additions and 31 deletions

View file

@ -32,9 +32,10 @@ scenarios; any other input replays the nearest scenario, with a banner
naming it. Playlist writes are simulated and labeled.
**Live with your own keys:** copy `.env.example` to `.env`, set
`APP_MODE=live`, a Spotify client id (redirect URI
`http://127.0.0.1:8888/callback`) and an Anthropic API key, then
`docker compose up --build` and log in via Spotify.
`APP_MODE=live`, a Spotify client id and an Anthropic API key, then run
`docker compose up --build` and connect Spotify. Register the exact redirect
URI from `.env` in Spotify's dashboard; PKCE needs no client secret. Keep
`SESSION_COOKIE_SECURE=false` for local HTTP.
## How it works