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

프로필 등록에 대한 에러가 발생하는 부분을 처리한다. #48

Closed
devFancy opened this issue Aug 4, 2023 · 0 comments · Fixed by #49
Closed

프로필 등록에 대한 에러가 발생하는 부분을 처리한다. #48

devFancy opened this issue Aug 4, 2023 · 0 comments · Fixed by #49
Assignees
Labels
버그 버그 발생

Comments

@devFancy
Copy link
Member

devFancy commented Aug 4, 2023

작업 내용

  • 프로필 등록에 대한 API를 테스트했는데, 에러가 발생했다.

확인할 사항들

  1. ProfileService.java의 save 메서드 내부에서 어떤 동작이 수행되고 있는지 확인해야 한다. 가능한 원인으로는 findById 메서드 호출 시 null이 전달되는 상황이 있는지 확인해야 한다.

  2. MemberRepository.javagetById 메서드도 확인해야 한다. 해당 메서드에서 findById 메서드를 호출하는데, 여기서 null인 id 값을 전달하고 있지는 않은지 확인해야 한다.

  3. 클라이언트에서 프로필 등록 API를 호출할 때, 요청 파라미터로 유효한 id 값을 전달하고 있는지 확인해야 한다.

스크린샷

프로필_등록_에러부분
@devFancy devFancy added the 버그 버그 발생 label Aug 4, 2023
@devFancy devFancy self-assigned this Aug 4, 2023
@devFancy devFancy changed the title 프로필에 대한 에러가 발생하는 부분을 처리한다. 프로필 등록에 대한 에러가 발생하는 부분을 처리한다. Aug 4, 2023
@devFancy devFancy added this to the 프로필 기능 구현 milestone Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
버그 버그 발생
Projects
None yet
1 participant