[axios 오류] Axios post 500 error/ raise RuntimeError(RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to..
by Jyujae2022. 8. 20.
상황 설명:
django -react 연결해서 사용하려 하는데, 자꾸 axios post 500 오류가 뜨고,
sign up 이 post 되지 않았다.
곰곰히 고민해본 결과, 정답은 backend 에 있었다....
backend에 가보니 url via post 오류가 떠있었고, 해석해보니 axios.post 주소 마지막에 slash가 없어서 생긴 오류였다