728x90
[에러]
react에서 아래와 같은 에러 나올시.
Request failed with status code 403
AxiosError: Request failed with status code 403
at settle (http://localhost:3001/static/js/bundle.js:28779:12)
at XMLHttpRequest.onloadend (http://localhost:3001/static/js/bundle.js:27426:66)
at Axios.request (http://localhost:3001/static/js/bundle.js:27925:41)
at async login (http://localhost:3001/static/js/bundle.js:195:24)
at async handleLogin (http://localhost:3001/static/js/bundle.js:377:5)
[해결]
backend 쪽 api의 mapping url에 오타가 있는지 확인 또는 postman이나 talend api로 api 상태 확인.
