-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug : cors error #97
Comments
CORS 에러
|
기존에 cors 에서 허용 중인 아이피는 다음과 같습니다. CORS_ORIGIN_ONE: 'localhost:3000',
CORS_ORIGIN_TWO: '127.0.0.1:3000' |
unchaptered
added a commit
that referenced
this issue
Sep 7, 2022
unchaptered
added a commit
that referenced
this issue
Sep 7, 2022
unchaptered
added a commit
that referenced
this issue
Sep 7, 2022
unchaptered
added a commit
that referenced
this issue
Sep 7, 2022
다음과 같이 변경해서 해결되었습니다. CORS_ORIGIN_ONE: 'localhost:3000',
CORS_ORIGIN_TWO: 'http://localhost:3000'' |
unchaptered
added a commit
that referenced
this issue
Sep 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
한 일
에러 내용
조치 사항
만약 조치한 것이 있거나 구글링한 게 있다면, ...
환경 설정
The text was updated successfully, but these errors were encountered: