Skip to content

fix : 프론트 리다이렉트 주소 변경#43

Merged
oroi2009 merged 1 commit into
mainfrom
fix/#11
May 11, 2026
Merged

fix : 프론트 리다이렉트 주소 변경#43
oroi2009 merged 1 commit into
mainfrom
fix/#11

Conversation

@oroi2009

Copy link
Copy Markdown
Contributor

🔍 관련 이슈


✅ 작업 분류

  • 버그 수정
  • 신규 기능
  • 프로젝트 구조 변경
  • 코드 리팩토링
  • 기능 수정

✨ 작업 내용

  • 배포 주소 변경에 따른 리다이렉트 주소 변경

👥 전달사항


✅ 체크리스트

  • 코드가 컴파일 및 빌드됨
  • 모든 테스트가 통과함
  • 관련 문서가 업데이트됨
  • 커밋 메시지를 확인함

📸 스크린샷


💡 배운 것 / 시도한 것 / 고민한 점

@oroi2009 oroi2009 self-assigned this May 11, 2026
@oroi2009 oroi2009 merged commit d638ef8 into main May 11, 2026
2 checks passed

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the CORS configuration to include a new Vercel origin and modifies the OAuth2 frontend redirect URI. A review comment correctly identified a syntax error in the redirect URI where a double slash was introduced, which would cause authentication failures due to strict URI matching requirements in OAuth2.


# Frontend
app.oauth2.front-redirect-uri=https://z-igma.netlify.app/oauth/callback
app.oauth2.front-redirect-uri=https://z-igma.vercel.app//oauth/callback

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

리다이렉트 URI 경로에 중복된 슬래시(//)가 포함되어 있습니다. OAuth2 인증 과정에서 리다이렉트 URI는 등록된 값과 정확히 일치해야 하므로, 불필요한 슬래시를 제거하여 https://z-igma.vercel.app/oauth/callback으로 수정이 필요합니다.

app.oauth2.front-redirect-uri=https://z-igma.vercel.app/oauth/callback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant