asked
[Renewal] Creating NodeBird SNS with React
Troubleshooting CORS Issues
Written on
·
264
0
오류 메세지를 읽어 보았을 때 wildcard (*)를 사용할 수 없다 하는것 같은데 원인이 무엇일까요...
origin을 true하거나 credentials를 true로 해도 달라지는건 없었습니다
Answer 1
origin을 localhost:3060 으로 credentials를 true로 하세요.
그래도 오류가 나오네요...
앞에 http:// 까지 붙여보세요
해결되었습니다! 너무너무 감사합니다 :)