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

[BE] 주변 인기 토픽 목록 조회 (핀 개수 기준) 버그 해결 #602

Open
yoondgu opened this issue Oct 18, 2023 · 0 comments
Open
Labels
BE 백엔드 관련 이슈 bug Something isn't working 우선순위 : 중

Comments

@yoondgu
Copy link
Collaborator

yoondgu commented Oct 18, 2023

🐞버그 설명

주변 인기 토픽 목록 조회 (핀 개수 기준) API에서
비회원 상태에서 조회 시 500 에러

  • 이전에 인지한 버그이고, 해결한 것으로 전달받았으나 소통 미스가 있었나봅니다.
  • 현재 사용하지 않고 있는데, 잠재적인 버그이므로 수정이 필요합니다.
  • 회원 / 비회원 로직 분기가 거꾸로 된 것을 수정하면 됩니다.

📄 버그 로그

회원일 경우, member를 조회하는 분기가 비회원일 경우와 뒤바뀌어서 member를 찾지 못함

🌏 버그 발생 환경

비회원 상태로 요청 시

✅ 버그 재현 방법

// Given
Authorization 헤더 없이

// When
요청을 보낸다

// Then
500 에러

📎 참고 자료

No response

⏰ 추정 시간

비관적 추정: 1시간
낙관적 추정: 20분

@yoondgu yoondgu added bug Something isn't working BE 백엔드 관련 이슈 우선순위 : 중 labels Oct 18, 2023
@yoondgu yoondgu added this to the 최종 데모데이 milestone Oct 18, 2023
@yoondgu yoondgu removed this from the 최종 데모데이 milestone Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 관련 이슈 bug Something isn't working 우선순위 : 중
Projects
Status: No status
Development

No branches or pull requests

1 participant