local에서 위와 같이 테스트를 진행했을 때는 정상 작동하였는데
배포를 하여
spring.security.oauth2.client.registration.naver.redirect-uri=http://{domain}/login/oauth2/code/naver
로 변경한 이후로는 white label 404에러가 뜨고 있습니다.
개발자센터에서 domain주소와 redirect-url은 모두 변경한 상태입니다.
'http://{domain}login/oauth2/code/kakao?code= ’ 이렇게 redirect-uri로 넘어가서 토큰을 받고 로그인이 되야하는거 아닌가요? 왜 redirect에서 넘어가지 않는걸까요?