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

Bug/#311 mime type #320

Merged
merged 3 commits into from
Aug 15, 2023
Merged

Bug/#311 mime type #320

merged 3 commits into from
Aug 15, 2023

Conversation

NYeonK
Copy link
Contributor

@NYeonK NYeonK commented Aug 14, 2023

  • 브랜치명, 브랜치 알맞게 설정
  • Reviewer, Assignees, Label, Milestone, Issue(PR 작성 후에) 붙이기
  • PR이 승인된 경우 해당 브랜치는 삭제하기

📌 내용

  • 소셜로그인 과정에서 MIME type of "text/html" error가 발생하는 문제를 해결했습니다.

📌 내가 알게 된 부분

  • vite.config.ts 파일의 base 설정이 제대로 이루어지지 않아 발생한 문제임을 알게 되었습니다.
  • base 설정을 통해 배포 환경의 기본 URL이 설정됩니다. 기본 URL이 /가 아니라면, Vite는 빌드시 해당 경로를 기준으로 모든 정적 파일 및 HTML 내에서 참조되는 경로를 수정한다는 것을 알게 되었습니다.
    => 이미지 파일이 oauth/image 이렇게 설정되어서 오류가 발생함!

📸 스크린샷

@NYeonK NYeonK self-assigned this Aug 14, 2023
@NYeonK NYeonK linked an issue Aug 14, 2023 that may be closed by this pull request
4 tasks
@NYeonK NYeonK requested a review from ilmerry August 14, 2023 19:01
Copy link
Member

@ilmerry ilmerry left a comment

Choose a reason for hiding this comment

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

해결하느라 고생많으셨습니다! 저도 base url 때문인줄 모르고 axios 설정할 때 애먹었던 기억이...

@NYeonK NYeonK merged commit 4191f36 into release/2.1.0 Aug 15, 2023
@NYeonK NYeonK deleted the bug/#311-mime_type branch August 15, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ Common ] MIME type of "text/html" error
2 participants