본문 바로가기
728x90

Programming/에러3

net::ERR_CERT_AUTHORITY_INVALID 오류 해결 로그인 할 때 크롬에서는 잘 되는데 엣지에서 자꾸 저 에러가 떳다. net::ERR_CERT_AUTHORITY_INVALID 오류를 검색해서 여러 시도를 했으나 오류가 해결되지 않았다.인증서 문제인것 같은데 크롬에서는 잘 되는게 이상했고 크롬과 다른 설정들을 확인해 보았다.  edge://flags/ 접속Allow invalid certificates for resources loaded from localhost.설정을 '사용 안 함'→'사용'으로 바꾸니 해결되었다. '로컬호스트에서 로드된 리소스에 유효하지 않은 인증서를 허용' 하는 건데 개발 단계에서 임시 방편으로 사용 할 수 있는 방법인 것 같다. 2024. 8. 14.
Error creating bean with name 'configurationPropertiesBeans' defined in class path resource org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationPropertiesBeans' defined in class path resource [org/springframework/cloud/autoconfigure/ConfigurationPropertiesRebinderAutoConfiguration.class]: Post-processing of merged bean definition failed MSA 관련 셋팅 중 발생한 빈등록 오류. 원인 spring boot에서 spring cloud 사용시 spring cloud version 과 spirng boot version 이.. 2024. 3. 26.
Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: raw timestamp (1710755715000) not allowed for `java.time.LocalDateTime`: need additional information such as an offset or time-zone (see class Javadocs)] Api요청시 서버쪽에서는 500에러 fetch('http://localhost:8081/page1/update', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(editedData) }) org.springframework.web.client.HttpClientErrorException$BadRequest: 400 : "{"timestamp":"2024-03-20T00:43:03.311+00:00","status":400,"error":"Bad Request","path":"/bi/user/update"}" 그리고 400에러가 동시에 떳다. Api요청문제인줄 알았으나,, Resolved [org.. 2024. 3. 20.
728x90