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

FIX : 사용자 이미지 부분 수정 #11

Merged
merged 9 commits into from
Apr 29, 2024
Merged

FIX : 사용자 이미지 부분 수정 #11

merged 9 commits into from
Apr 29, 2024

Conversation

HwiYul-G
Copy link
Owner

  1. 문제
    • 로컬 테스트에선 문제가 없었지만 Azure 서버를 이용했을 때 사용자 정보 부분이 보이지 않는 문제가 있었음.
  2. 원인
    • Azure 로그 스트림을 확인했지만, 아무 로그도 뜨지 않았다. 추측하기론 사용자 이미지 관련 부분으로 예상되었음
    • 사용자 이미지가 파일시스템을 이용해 저장될 때 그경로가 jar 파일 내부로 되어 있기 때문에 저장이 불가능한 문제가 있었음.
    • 가져오는 것도 마찬가지로 uri를 이용해야 했었음.
  3. 현재 해결
    • jar 파일 내부로 파일을 저장하고 삭제하는 것이 아니라, DB 자체에 이미지를 저장하는 것으로 변경
    • 업데이트 로직과 사용자 등록 로직을 변경함.
    • 특히 사용자 등록 로직의 경우, 기본 이미지는 jar 내부에 있기 때문에 ResourceLoader를 이용해 접근
  4. 결과
    • 로컬에선 여전히 잘 동작했지만, 실제 서버에 올렸을 때 잘 동작하는 지 확인하고 싶음.

@HwiYul-G HwiYul-G merged commit 92fa9ca into main Apr 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant