강의

멘토링

로드맵

Inflearn brand logo image

Inflearn Community Q&A

leeoo64362101293's profile image
leeoo64362101293

asked

[Renewal] Creating NodeBird SNS with React

Troubleshooting CORS Issues

preflight invalid allow origin value

Written on

·

264

0

캡처1.PNG캡처2.PNG캡처3.PNG캡처4.PNG

오류 메세지를 읽어 보았을 때 wildcard (*)를 사용할 수 없다 하는것 같은데 원인이 무엇일까요...

origin을 true하거나 credentials를 true로 해도 달라지는건 없었습니다

expressnodejsreactreduxNext.js

Answer 1

0

zerocho님의 프로필 이미지
zerocho
Instructor

origin을 localhost:3060 으로 credentials를 true로 하세요.

imageimageimage그래도 오류가 나오네요...

zerocho님의 프로필 이미지
zerocho
Instructor

앞에 http:// 까지 붙여보세요

해결되었습니다! 너무너무 감사합니다 :)

leeoo64362101293's profile image
leeoo64362101293

asked

Ask a question