Skip to content
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

[TIL-76] 백엔드-프론트 연동 CORS 오류 수정 #20

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

CodeDiary18
Copy link
Contributor

@CodeDiary18 CodeDiary18 commented Jul 20, 2024

이슈 번호(링크)

TIL-76


개요

백엔드-프론트 연동 CORS 오류 수정

  • 문제 상황 : 개발 서버의 백엔드 api와 로컬 프론트 연동시 cors 에러 발생

내용

  • 개발 서버의 백엔드 api와 로컬 프론트 연동이 가능할 수 있도록 설정 완료 (* 넣어도 에러 발생하지 않음)
  • 원인 : allowedOrigin은 특정한 도메인만 받을 수 있어서 *이 허용되지 않음
  • 해결 : allowedOrigin → allowedOriginPatterns 로 변경

리뷰어한테 할 말

@CodeDiary18 CodeDiary18 added the 🐞bug Something isn't working label Jul 20, 2024
- 개발 서버 백엔드 api와 로컬 프론트 연동을 위함
@CodeDiary18 CodeDiary18 merged commit a8507f4 into dev Jul 21, 2024
1 check passed
@CodeDiary18 CodeDiary18 deleted the FIX/TIL-76 branch July 21, 2024 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants