You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
application.yml 기본 900s(15분)이라 면접 진행 중 토큰이 만료돼 401 →
답변 작성 중 튕기는 문제 발생(서버 로그: AUTH_EXPIRED_TOKEN on
/api/sessions/{id}/messages, 세션 시작 3분 만에도 발생).
- docker-compose backend env 에 JWT_ACCESS_TTL_SECONDS 매핑 추가
(기존엔 미매핑이라 .env 만으론 컨테이너에 전달 안 됨), 배포 기본 3600s
- .env.example / docs/environment.md 동기화
refresh 경로 견고화(근본 수정)는 후속. 우선 만료 자체를 면접 길이 밖으로.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments