Images from recipies are gone #5745
-
After updating from Mealie 2.80 to 3.01 some of the images from the recipes are gone. In the json-file of recipie, I see Is there a way to get this fixed, or do I have to get new images? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
On the PC with the Vivaldi-Browser all images are now show up again, but under Android there are no pictures displaying. Checked with Vivaldi, Brave and Vanadium. I added a picture to a recipe under Android and it is displayed on the mobile. |
Beta Was this translation helpful? Give feedback.
-
Checked my Mealie recipes on an other PC. Adding images under Mealie 3.01 on the PC -> images are displayed under Android. Is there nobody else having problems with the images? |
Beta Was this translation helpful? Give feedback.
-
New day, mobile started again and no pictures any more under Android. Edit: Images on the PC also gone again. |
Beta Was this translation helpful? Give feedback.
-
Images like |
Beta Was this translation helpful? Give feedback.
yeah, you can check the /app/data directoy.
Also just skipping through your compose file, it seems like you have the volumes misconfigured for the mealie service.
It should be like this:
You are missing the : which will not mount the volume into the container making it non persistent whil will result in your images being gone after a restart.