• 카테고리

    질문 & 답변
  • 세부 분야

    프론트엔드

  • 해결 여부

    미해결

회원가입할때 500 에러가납니다.. cannot read property 'addMembers' of null

21.06.17 09:51 작성 조회수 186

0

이렇게 요청 보냈는데 500 에러가나네요.. back 파일이 잘못된걸까요

axios
.post('http://localhost:3095/api/users', {
email,
nickname,
password,
})
.then((response) => {
console.log(response);
})
.catch((error) => {
console.log(error.response);
})

답변 2

·

답변을 작성해보세요.

0

fttf님의 프로필

fttf

질문자

2021.06.17

앗! 강좌를 제대로 안봤네요.... 감사합니다!!!!

0

백엔드 세팅에서 seed하는 명령어 입력하셨나요?