Inflearn Community Q&A
회원가입할때 500 에러가납니다.. cannot read property 'addMembers' of null
Written on
·
306
0

이렇게 요청 보냈는데 500 에러가나네요.. back 파일이 잘못된걸까요
axios
.post('http://localhost:3095/api/users', {
email,
nickname,
password,
})
.then((response) => {
console.log(response);
})
.catch((error) => {
console.log(error.response);
})
babel웹팩typescriptreactSocket.io클론코딩




