원래 접근이 됐었는데 스포티파이 플레이어 적용하려고 메인 컨트롤러를 고치고 난 이후에 접속이 안되는 것을 확인했다. @RequestMapping("/usr/home/main") public String showMain(@AuthenticationPrincipal OAuth2User principal, Model model, OAuth2AuthenticationToken authentication) { System.err.println("===================메인페이지 접근====================="); // 토큰을 관리하고 자동으로 갱신 처리 OAuth2AuthorizedClient authorizedClient = authoriz..