-
Notifications
You must be signed in to change notification settings - Fork 8
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] 상점 아이템 이미지 로드 실패 #1583
Comments
버그재보해주셔서 감사합니다!:) @AreSain님께 협업을 요청해 같이 확인했습니다. 확인결과 과거에 쓰던 버킷에 저장되어있는 이미지들이 not_found 이미지로 표시되고 있는 것을 확인했습니다. 이과정에서 } else if (imgData.getContentType() == null || !imgData.getContentType().equals("image/jpeg")) { 백엔드에서 타입을
해당라인을 {type:'image/jpeg'} 로 수정하면 해결할 수 있을 것으로 보입니다. |
'image/takgu/jpeg'로 mime 타입으로 사용하고 있는 곳들을 좀 더 찾았습니다. 이 부분들을 이번 이슈에서 같이 개선했으면 하는데 어떤가요? 일반적인 MIME 타입을 쓸 수 있도록 하면 좋을것 같아요. 백엔드에서 이 부분들을 실제로 'image/takgu/jpeg'로 받고 있는지 확인이 필요한 상황입니다. 42gg.client/hooks/useUploadImg.ts Line 28 in 1a78ece
42gg.client/hooks/useUploadImg.ts Line 28 in 1a78ece
|
Desc
상점 아이템 이미지 요청 응답이 모두
301
로 실패해서 대체 이미지가 보입니다.Reproduce
/takgu/store
페이지 이동Wanted
Bug img / video
Etc
The text was updated successfully, but these errors were encountered: