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

이미지 URL 길이가 너무 긺 #3

Open
labyrinth30 opened this issue Jan 20, 2024 · 2 comments
Open

이미지 URL 길이가 너무 긺 #3

labyrinth30 opened this issue Jan 20, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@labyrinth30
Copy link
Member

labyrinth30 commented Jan 20, 2024

  1. 빈 리스트를 생성
  2. 파이어베이스 스토리지에 이미지를 업로드하고 해당 이미지 url를 받아 리스트에 추가
  3. 서버에 전송

하는 과정에서 리스트 안 문자열의 길이가 너무 길어 2개 이상의 이미지 url이 전송되지 않는 현상 발견.
1개까지는 가능함.

예시) ["https://firebasestorage.googleapis.com/v0/b/co-fence.appspot.com/o/reportImage%[email protected]%2F0e1be870-2c89-1e6a-b701-0906196c703e?alt=media&token=476116f9-36a8-4fc3-a3db-be9a0fe69d29","https://firebasestorage.googleapis.com/v0/b/co-fence.appspot.com/o/reportImage%[email protected]%2F34b72640-2c8c-1e6a-b701-0906196c703e?alt=media&token=bb40d6ae-09a1-4b71-a2f0-15ad273c396b"]

@labyrinth30
Copy link
Member Author

해결방법 : 최대한 겹치는 부분을 제외해서 0e1be870-2c89-1e6a-b701-0906196c703e?alt=media 이 부분만 서버에 날리고
프론트에서 사용할 때는 prefix를 붙여서 보여주는 걸로 바꿨음.
프로필 사진은 한 장밖에 없으므로 따로 자르지는 않았음

@labyrinth30 labyrinth30 added the question Further information is requested label Jan 20, 2024
@labyrinth30 labyrinth30 reopened this Jan 21, 2024
@labyrinth30
Copy link
Member Author

해결방법2 : 데이터베이스 설계를 다시 해야함.
Image를 Report랑 Report_id를 외래키로 매핑해서 다대일 관계로 만들어야함.

ImageUrl 이 String 타입이기 때문에 생기는 문제.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants