Closed rikrdo89 closed 1 year ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is locked due to inactivity
Is there an existing issue for this?
Current Behavior
I used to be able to upload pictures for the childrens' profile, but as of version 2.0.2 (docker container), uploading photos throws error 500, and no photos are shown in the web app.
When I go to the webapp under
[Home] >[Children] > [Joe Doe] > Update
, it shows a path for the photo I was trying to upload, despite having thrown an error earlier:On the server side, that path does correspond to the correct file, but the CACHE folder does not have the file I just uploaded, it only has a folder for an old photo I uploaded before the upgrade.
My compose.yaml looks like this (domain and port are obscured)
I have an Apache server running in the same machine that proxies requests from https://MY.DOMAIN.com to the babbybuddy docker app. I tested uploading different photos, both within my LAN and outside my LAN and I get the same error.
In the web app, all the the child profile pictures that have a reference url as:
https://MY.DOMAIN.com/media/CACHE/images/child/picture/previousPhoto.jpg
show the image just fine. But the profiles pictures that have a reference url as:https://MY.DOMAIN.com/children/children_name/
does not show any image.Otherwise babybuddy works without issues.
Expected Behavior
No response
Steps To Reproduce
see above.
Environment
CPU architecture
x86-64
Docker creation
Container logs