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

CORS 문제 해결 #99

Merged
merged 1 commit into from
Nov 11, 2024
Merged

CORS 문제 해결 #99

merged 1 commit into from
Nov 11, 2024

Conversation

Miensoap
Copy link
Collaborator

@Miensoap Miensoap commented Nov 11, 2024

📄 Summary

localhost:5173 에 대한 CORS 문제 해결

🙋🏻 More

nginx, nest 에 분산되어 있던 설정 nginx로 통합
nginx.conf 파일 레포지토리에 추가

  1. nest 와 nginx 에서 중복으로 origin 설정해 오류 발생
  2. nest 에 설정한 enableCors() 는 기본적으로 OPTIONS 메서드 지원하지 않음
    -> POST 요청 전 프리플라이트 요청에서 CORS 문제 발생

🕰️ Actual Time of Completion

1H

close #98

@Miensoap Miensoap added BE 백엔드 관련 이슈입니다 🚑 버그 예기치 않은 문제 또는 의도하지 않은 동작입니다 🛠️ 설정 설정을 변경합니다 🙏 배포 배포 관련 이슈입니다 labels Nov 11, 2024
@Miensoap Miensoap added this to the week3 milestone Nov 11, 2024
@Miensoap Miensoap self-assigned this Nov 11, 2024
Copy link
Collaborator

@hyohyo12 hyohyo12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

@Miensoap Miensoap merged commit e456888 into develop Nov 11, 2024
3 checks passed
@Miensoap Miensoap deleted the feature/#98 branch November 13, 2024 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 관련 이슈입니다 🙏 배포 배포 관련 이슈입니다 🚑 버그 예기치 않은 문제 또는 의도하지 않은 동작입니다 🛠️ 설정 설정을 변경합니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CORS 문제를 해결한다
3 participants