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

[fix]audio url을 클릭 시에만 생성하도록 변경 #121

Merged
merged 6 commits into from
Feb 11, 2025

Conversation

nyoung113
Copy link
Collaborator

@nyoung113 nyoung113 commented Jan 30, 2025

📌 기능 설명

Presigned URL 403 에러가 나는 경우에 대해서는
프론트에서 한번에 Presigned URL 을 대량으로 생성하는 과정에서 Limit Exceed 에러가 발생했습니다.
이에 따라 클릭 시 url을 fetching해오는 것으로 변경했습니다.

📌 구현 내용

useTTSUrl hook 이 아닌 handleClick함수에서 fetching을 하는 방식으로 변경했습니다.

📌 구현 결과

기존 (fetching이 리스트 불러올 때 다 같이 됨)

Screenshot 2025-01-30 at 9 45 48 PM

현재 (클릭 시 fetching)

Screenshot 2025-01-30 at 9 45 33 PM

📌 논의하고 싶은 점

fetching이 이렇게 여러번 되고 있었는데 알아차리지 못했다닝,, 허허,,!!
다음 부턴 주의하겠습니다ㅠㅠ

@nyoung113 nyoung113 self-assigned this Jan 30, 2025
@nyoung113 nyoung113 added the ✨ feat 기능 구현 이슈 label Jan 30, 2025
Copy link
Collaborator

@RookieAND RookieAND left a comment

Choose a reason for hiding this comment

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

정말 짱입니다 👍

@nyoung113 nyoung113 merged commit be422b3 into main Feb 11, 2025
@nyoung113 nyoung113 deleted the fix/audio-url branch February 11, 2025 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 기능 구현 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants