(확인했으면 체크박스에 체크해 주세요! 😄)
건의 사항
- API: 인증 API - 사용자 인증
- 환경: FE 로컬 서버
- 요청
{ "code":"4/0ARtbsJoEeaiTdeKIE9PJf4_U2F9_1roQ2MWsGz3eL8cKRVMX5wUxg9mrr4TsgWc03PtrQw", "redirectUri":"http://localhost:3000" }
- 응답
{ "code": 400, "message": "잘못된 요청입니다.", "info": "class: RedisConnectionFailureException message: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost:6379" }
구글 소셜 로그인 요청을 잘못하고 있는 것 같지는 않은데 어떤 에러인지 알 수 있을까요?
답변
- 개발 서버와 운영 서버에 배포 과정을 자동화하는 스크립트를 작성했는데, 그곳에서 문제가 있었습니다. 수정했습니다! (참조)