-
Notifications
You must be signed in to change notification settings - Fork 461
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
[오류 해결] p.192 구글 로그인시 리다이렉트가 안되는 오류 #875
Comments
검색해서 해결하였습니다. h2에서는 User이라는 예약어가 있어서 User domain이름을 @table(name="users") 어노테이션으로 이름을 수정하니 잘 됩니다. 이후 select나 update같은 dml이나 create table같은 ddl를 사용할때 Users인지 확인하면 될것 같습니다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
기존에 올라온 질문이 아닌지 먼저 검색해주세요!
가장 자주 나온 제보
어떤 오류인가요?
오류설명: index화면에서 구글 로그인 누르고 로그인을 하면 다시 index로 넘어가서 로그인된 화면이 나와야하는데 계속 아래 사진에서 머무는 오류가 나옵니다.
프로젝트 주소
Github에 오류가 난 프로젝트를 올려주세요.
Github 주소를 작성해주지 않으시면 답변해드릴수가 없어요!
오류 로그
어떤 오류인지 캡쳐해주세요.

The text was updated successfully, but these errors were encountered: