Skip to content

fix: 로컬 클라이언트 도메인 포트 5173으로 변경(#41)#42

Merged
hisonghy merged 1 commit intodevelopfrom
bugfix/41
Jul 26, 2025
Merged

fix: 로컬 클라이언트 도메인 포트 5173으로 변경(#41)#42
hisonghy merged 1 commit intodevelopfrom
bugfix/41

Conversation

@hisonghy
Copy link
Contributor

📌 작업 내용 및 특이사항

✅ 로컬 클라이언트 도메인 URL 변경

  • Spring Security의 CORS 설정에서 허용된 Origin 중 클라이언트 도메인 포트가 잘못되어 CORS 에러 발생
  • UrlConstants 클래스에서 잘못된 포트(3000번)를 올바른 포트(5173번)로 수정하여 에러 해결

🌱 관련 이슈


🔍 참고사항(선택)


📚 기타(선택)

@hisonghy hisonghy requested a review from chaiminwoo0223 July 26, 2025 14:04
@hisonghy hisonghy self-assigned this Jul 26, 2025
@hisonghy hisonghy added the 🐛bug 버그 발견 및 수정/해결 label Jul 26, 2025
Copy link
Contributor

@chaiminwoo0223 chaiminwoo0223 left a comment

Choose a reason for hiding this comment

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

확인했습니다. 머지 부탁드려요!

@hisonghy hisonghy merged commit 3bd9be1 into develop Jul 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛bug 버그 발견 및 수정/해결

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛️[BUG]: 클라이언트 Origin URL 수정

2 participants