오류일지
ERROR 49910
일련탁생
2024. 7. 8. 20:36
ERROR 49910 --- [nio-5000-exec-3] org.thymeleaf.TemplateEngine : [THYMELEAF][http-nio-5000-exec-3] Exception processing template "oauthlogin": Error resolving template [oauthlogin], template might not exist or might not be accessible by any of the configured Template Resolvers
Jul 7 11:36:38 ip-172-31-8-41 web[49910]: org.thymeleaf.exceptions.TemplateInputException: Error resolving template [oauthlogin], template might not exist or might not be accessible by any of the configured Template Resolvers
ㄴ aws elastic beanstalk 첫 배포시 나온 에러.
간단한 배포도 하지 못해서 멘붕했는데 로그를 다운받아 ERROR 부분을 보고 대충 번역기를 돌리니
컨트롤러의 return 값 즉, view 제목이 잘못되어 있었다..
간단한 대소문자 하나에 멘붕하다니.. 역시 모든 에러는 오타로부터 시작하는가보다.