-
Notifications
You must be signed in to change notification settings - Fork 8
초기 프로필 사진 수정시 오류 해결 #75
Copy link
Copy link
Closed
Labels
버그Something isn't workingSomething isn't working
Description
어떤 기능인가요?
프로필 사진이 없는 상태(null)에서 프로필 사진 업데이트 API를 호출할 시, Cannot invoke "String.indexOf(String)" because "fileName" is null 오류가 발생합니다.
solid-connect-server/src/main/java/com/example/solidconnection/siteuser/service/SiteUserService.java
Line 91 in 9062f81
| s3Service.deleteExProfile(email); |
이는 기존 프로필 이미지를 S3에서 삭제하는 과정에서 존재하지 않는 null을 삭제하려 하기에 발생하는 오류로 보입니다
작업 상세 내용
- 초기 프로필 이미지 수정시 버그 해결
참고할만한 자료(선택)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
버그Something isn't workingSomething isn't working