Skip to content

Conversation

@alsgud8311
Copy link
Collaborator

작업내역

  • 오디오 파일을 전송 시 한국어가 포함된 파일이름일 경우, formData에서는 UTF-8 인코딩이 없으면 제대로 보내지지 않는다는 사실을 알게 되었습니다.
    • 따라서 encodeURIComponent를 통해서 파일 이름을 인코딩 후, 새로운 파일 객체에 담아 formData에 넣어주었습니다.
    • 서버에서는 인코딩된 파일 이름을 디코딩하는 작업이 필요할 것 같습니다.
  • 로그인 시 무효화된 토큰의 경우 로그아웃 후 새로고침을 통해 로딩 모달이 계속되던 문제를 해결했습니다.

@alsgud8311 alsgud8311 self-assigned this Dec 4, 2024
@alsgud8311 alsgud8311 added the 🛠️ fix 버그가 발생했을 경우 수정사항을 반영할 때 사용합니다 label Dec 4, 2024
Copy link
Collaborator

@Minju9187 Minju9187 left a comment

Choose a reason for hiding this comment

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

조아용~

@adkm12 adkm12 merged commit e79599b into dev Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🛠️ fix 버그가 발생했을 경우 수정사항을 반영할 때 사용합니다

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants