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] 어드민 리뷰 등록 Multipart 오류 #182

Open
pminsung12 opened this issue Aug 29, 2024 · 2 comments
Open

[BUG] 어드민 리뷰 등록 Multipart 오류 #182

pminsung12 opened this issue Aug 29, 2024 · 2 comments
Assignees
Labels
🐛 Bug 버그

Comments

@pminsung12
Copy link
Collaborator

📍 재현 위치

  • prod와 dev 서버에서 어드민 리뷰 등록 API에서 1.9메가 사진 2개를 request에 포함할 때 버그가 발생했어요.

image

📌 상황 설명

  • 201 대신 multipart 오류로 403이 뜨고 있음.

🤔 정상 기대값 (선택)

image
@pminsung12 pminsung12 added the 🐛 Bug 버그 label Aug 29, 2024
@pminsung12 pminsung12 self-assigned this Aug 29, 2024
@pminsung12
Copy link
Collaborator Author

resolved by #181

@EunjiShin
Copy link
Collaborator

첨부 사진을 보면 MalformedStreamException 발생중.
#181 에서는 multi part file size를 조정해서 해결했는데, 실제로 사이즈 이슈였다면 FileSizeLimitExceededException가 발생했어야함!

발생한 에러 자체는 업로드 중 stream이 끊겨서 발생한 것으로 추정되나, 일단 사이즈 조정해서 해결되었으니 ASAP으로 배포 나가기 위해 킵..! (+ 내 로컬에선 사이즈 조정 안해도 2MB 이상의 사진을 3장 이상 올려도 리뷰 등록 잘 되는 것 확인한 상태)

나중에 관련 이슈 크로스체크해보기로 🤔

@EunjiShin EunjiShin reopened this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug 버그
Projects
None yet
Development

No branches or pull requests

2 participants