Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[소셜 로그인] 리프레시 토큰을 발급하는 과정에서 에러가 발생했다. #44

Closed
1 task
devFancy opened this issue Aug 1, 2023 · 0 comments · Fixed by #45
Closed
1 task
Assignees
Labels
버그 버그 발생

Comments

@devFancy
Copy link
Member

devFancy commented Aug 1, 2023

에러 내용

  • 구글 소셜 로그인 과정에서 code, redirectUri 값을 가지고 액세스 토큰과 리프레시 토큰을 발급하는 로직에서 에러가 발생했다.

스크린샷

  • @PostMapping("/{oauthProvider}/token") - 500(서버오류)

에러 메시지: not-null property references a null or transient value : com.hibit2.hibit2.auth.domain.OAuthToken.refreshToken

post-oauthProvider-token-500

참고 자료

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
버그 버그 발생
Projects
None yet
1 participant