250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- jquery
- prettier
- JavaScript
- classlist
- index
- vscode
- activeIndex
- centerSlides
- archiver
- eslint prettier
- javascirpt
- CORS
- realIndex
- slidePerView
- slideChange
- loop:true
- Vue
- watchOverflow
- css
- error
- swiperOption
- vue2
- querySelector
- js
- 인덱스
- slidePerGroup
- eslint
- swiper
- v-bind
- display
Archives
- Today
- Total
코딩하는 둥둥
[Spring Boot] "status":999,"error":"None","message":"No message available 본문
Backend/SummerPiece
[Spring Boot] "status":999,"error":"None","message":"No message available
둥둥 2022. 6. 23. 20:29728x90
스프링 시큐리티를 사용해 로그인을 구현 한 후 로그인을 하면 메인 페이지로 이동하려고 하였으나 로그인 성공시 설정한 메인페이지로 이동하지 않고
"timestamp":"2022-05-20T07:57:32.225+00:00","status":999,"error":"None","message":"No message available"} 오류가 발생하였다.
구글링 해본 결과 favicon이 없어서 발생하는 오류로 추정되어 무시패턴에 favicon과 /error를 추가해서 해결하였다.
- 참고 링크
https://www.inflearn.com/questions/31659
- 해당 오류 간단 정리
728x90
'Backend > SummerPiece' 카테고리의 다른 글
[Spring Boot/Spring Security] css 반영 안됨 오류 (0) | 2022.06.23 |
---|---|
[Spring Boot] LocalDateTime (0) | 2022.05.22 |