BadRequest1 AxiosError 400 Bad Request 해결하기 PIU 창업동아리 캠페인 플젝으로 웹사이트를 만들고 있다 굿즈 주문하기 > 주문완료 페이지로 넘어가는 중에 에러가 ~~~ AxiosError 400 Bad Request라고 나왔다 이 오류는 클라이언트 측에서 보낸 요청이 서버에서 처리할 수 없거나 잘못된 경우 발생한다고 한다 백엔드 api 정의서와 내가 보낸 값들을 비교해봤다. 역시나 잘못된 부분이 ㅎㅎ const formData = { "cust_name": name, "email": email, "phone_number": phoneNumber, "cust_pwd": passwordConfirm, "address": address, "product_info": productInfo, "agree": agree, "depositor_name": dep.. 2023. 12. 27. 이전 1 다음