Closed gokceuludogan closed 6 years ago
The same issue exists for also group logos.The returned logo is "http://34.209.230.231:8000/groups/1/images/group/favicon-196.png", but it should be "http://34.209.230.231:8000/images/group/favicon-196.png"
The problem isn't solved. Now it returns "http://34.209.230.231:8000/users/2/images/user/github.jpg" but it is stored in "http://34.209.230.231:8000/images/user/github.jpg" @yhkalayci
About
The user's profile photo path returns wrong. For example, when I try to get the user profile photo with id 2, it returns "http://34.209.230.231:8000/users/2/images/user/profile_img.jpg" for user.profile.photo. However, the file is stored in the "http://34.209.230.231:8000/images/user/profile_img.jpg"