Skip to content

Commit

Permalink
[chore] 카카오 로그인 토큰 이슈 파악
Browse files Browse the repository at this point in the history
  • Loading branch information
elive7 committed Jul 17, 2024
1 parent 1c0d80d commit 95c3fd2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ private KakaoPlatformInfo getKakaoAccessTokenInfo(String accessTokenWithTokenTyp
try {
return kakaoFeignClient.getKakaoAccessTokenInfo(accessTokenWithTokenType);
} catch (FeignException e) {
System.out.println("-------------------");
System.out.println(accessTokenWithTokenType);
log.error("Failed to get Kakao platform id", e);
throw new AuthException(ErrorMessage.INVALID_KAKAO_ACCESS_TOKEN);
}
Expand Down

0 comments on commit 95c3fd2

Please sign in to comment.