작성
·
174
답변 6
0
0
올려주신 폴더를 확인해봤는데요
server 폴더가 없네요
아래 경로에 있는 프로젝트로 시작하신게 아닌 것 같아요
https://github.com/landvibe/inflearn-react-project/tree/master/whois/start
0
압축파일 올려드립니다. 해결이 안되네요.ㅠㅠ
https://drive.google.com/file/d/1luy_rdRNMSl95MSVb_hF_otgnxextuaE/view?usp=sharing
0
0
0
안녕하세요
혹시 server/index.js 파일에 아래 내용이 있나요?
맞다면 3001 을 3000 으로 변경하시면 될 것 같아요
app.use(
cors({
origin: 'http://localhost:3001',
credentials: true,
}),
);