September 8, 20241 yr Been running the mealiev1 docker for a while, wife uses it to maintain her recipes. She tried to load up a recipe today and it's only loading five recipes. I then updated it via the Docker interface to make sure it was running the latest nightly, and it is (can this now be run with another tag or do we need to still keep it on nightly?). Anyway, it didn't help the loading of the recipes. I stopped the container and opened up the db file in DB Browser, and it looks like there are 56 recipes in the recipes table. So something's funky. Anybody have any ideas? Is there a way to get that recipe data into a valid import that the mealie importer can use? Or any other ideas to get my wife happy again? 🙂
September 16, 20241 yr I am having a similar issue, I went to access a recipe and noticed it was gone. I found the receip online again and added it but it has a (1) appended to the name, when I try to change the name I get the error that the recipe already exists. Something odd as well, when I try to log in all recipes are gone. If I am logged out the receipes are visible, exist the recipes that originally disappeared. Any help on this would be great, I love this software.
September 25, 20241 yr I want to move off the 'nightly' build and on to the 'latest' build. If I change the image then everything works as expected except that the docker image won't run - it just crashes on startup. If I install a second instance of Mealie, and specify the 'latest' version it will run just fine, BUT, I cannot restore a backup from the 'nightly' app as the restore fails (but without telling me why). So it seems I am trapped on the nightly version. I don't understand why this is the case, or how I can get my recipes out of the 'nightly' app and into the 'latest' app. It's driving me nuts, and probably because I'm missing something really stupidly obvious. 😞 Help?
October 9, 20241 yr I'm also haveing the issue where recipes where missing. When I go to add them again they come up with a (1) on the end. Very strange.
November 4, 20241 yr Any plans to update to v2? Really looking to utilize the openAI image processing for recipes.
November 4, 20241 yr Author 1 hour ago, BIGtoeknee said: Any plans to update to v2? Really looking to utilize the openAI image processing for recipes. This is not such a breaking change as previously. You should be able to just add :nightly to the image and be good to go!
November 5, 20241 yr 20 hours ago, CatDuck said: This is not such a breaking change as previously. You should be able to just add :nightly to the image and be good to go! Repository: ghcr.io/mealie-recipes/mealie:nightly ? This is what I have currently as default.
November 5, 20241 yr Author 2 minutes ago, BIGtoeknee said: Repository: ghcr.io/mealie-recipes/mealie:nightly ? This is what I have currently as default. Yes, you should be on 2.0 then, of check for updates.
November 26, 20241 yr Hi, In installed the TeddyCloud Docker, but I have the problem that https don't work. If I try to open the page I got the errer "Error 401 Unauthorized". Any idea? I open https://IP:7433 the shows: 172.17.0.2:443 - IP:7443 172.17.0.2:80 - IP:7780 The IP:7780 works well. thanks Oggy Edited November 27, 20241 yr by theoggy
November 28, 20241 yr I changed it now to direct network, without Bridge, and Port 443 and 80. Same problem, https don't work.
December 1, 20241 yr On 11/26/2024 at 11:41 PM, theoggy said: Hi, In installed the TeddyCloud Docker, but I have the problem that https don't work. If I try to open the page I got the errer "Error 401 Unauthorized". Any idea? I open https://IP:7433 the shows: 172.17.0.2:443 - IP:7443 172.17.0.2:80 - IP:7780 The IP:7780 works well. thanks Oggy solved it. I change the network to custom, to have a direct IP Adress. Change the Port on the bottom for Web UI to 80 and SSL Certs to 8443. Now you can open teddycloud with IP only is http or with https://IP:8443
December 8, 20241 yr OK,,, I give up,,, well not really... BUT,,, I can not get mealie to work !!! I installed the unraid mealie app and then tried to connect with the apps web-gui,, will not connect. I have mealie running on my Linux PC using docker and thought install in unraid would be easy,,,, nope.... guess I am forgetting something stupid.. but after three days at this, I am asking,, please,,, can someone give me a step by step for the install of mealie in unraid using postgres... Thanks,, Anne BTW.. I CAN get it to work with sqlite instead of postgres....... Edited December 8, 20241 yr by AnneMarie add info
December 10, 20241 yr I seem to have the same problem as tomahawk when using Swag as reverse proxy, but changing back the ports to standard (3000) didnt do the trick. I've been using swag on a couple of containers for about 2 years now and never encountered that problem. Config for mealie in Swag seems to be quite the standard (unline e.g. for nextcloud), so I dont understand where the error might be. Frontend port is set to 9925 in mealie-container, Swag config looks like this. I can access locally via 192.168.178.65:9925 without any issues. Any ideas on this? server { listen 443 ssl; listen [::]:443 ssl; server_name recipes.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth (requires ldap-location.conf in the location block) #include /config/nginx/ldap-server.conf; # enable for Authelia (requires authelia-location.conf in the location block) #include /config/nginx/authelia-server.conf; # enable for Authentik (requires authentik-location.conf in the location block) #include /config/nginx/authentik-server.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable for ldap auth (requires ldap-server.conf in the server block) #include /config/nginx/ldap-location.conf; # enable for Authelia (requires authelia-server.conf in the server block) #include /config/nginx/authelia-location.conf; # enable for Authentik (requires authentik-server.conf in the server block) #include /config/nginx/authentik-location.conf; include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app 192.168.178.65; set $upstream_port 9925; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } } Edited December 10, 20241 yr by fsnetworks
December 23, 20241 yr On 11/5/2024 at 1:42 PM, BIGtoeknee said: Repository: ghcr.io/mealie-recipes/mealie:nightly ? This is what I have currently as default. Unfortunately, I have the same issue. No import from image available. Just to ensure I didn't bork something up, I actually created a new docker instance and the same problem exists as :nightly.
February 15, 20251 yr Could a breaking change happen recently? I can no longer access via reverse proxy. If I try the web page comes up slowly, and when you try logging in a generic 'Something went wrong' error happens. Access through the WebGUI link is working flawless, but using NPM seems broken somehow. I don't really see anything in the container logs so I'm not sure where to begin.
February 18, 20251 yr How do I get off nightly updates and to PR release? I can't seem to find a reference.
February 25, 20251 yr Ok, maybe someone can help.. I can't seem to find anyone having this issue, I can't be the only one: Running Mealie from Unraid Apps. Having issue with sending emails. Configured via Gmail SMTP with app password. Fails to send a test email. I do not believe it is failing with actual SMTP send, but I could be wrong. I get the following error in the LOG: 'ascii' codec can't encode character '\xa0' in position 24: ordinal not in range(128) I've tried a few things, but I keep getting this error. My docker variables related to SMTP are as follows: -e 'SMTP_FROM_EMAIL'='[email protected]' -e 'SMTP_HOST'='smtp.gmail.com' -e 'SMTP_USER'='[email protected]' -e 'SMTP_PASSWORD'='xxxx xxxx xxxx xxxx' -e 'SMTP_PORT'='587' -e 'SMTP_AUTH_STRATEGY'='TLS' -e 'SMTP_FROM_NAME'='Mealie' The error is related to non-breaking space character, but I don't see anything in the config related to that.
March 15, 20251 yr Hi, how do I unlock my account? I reset the password via email - still locked. Checked FAQ and used this command: docker exec -it mealie bash python /opt/mealie/lib/python3.12/site-packages/reset_locked_users.py Throws me an error: python: can't open file '/opt/mealie/lib/python3.12/site-packages/reset_locked_users.py': [Errno 2] No such file or directory Problem is not to change the password but to unlock the account. This command however works: docker exec -it mealie bash python /opt/mealie/lib/python3.12/site-packages/mealie/scripts/change_password.py Navigated to the path and there is change_password.py but no reset_locked_users.py @crankyCowboy had the same issue, see his post above. He just waited over night to unlock but this cannot be the only solution, right?
June 20, 20251 yr I installed mealie today, but am unable to migrate my paprika recipes. The log states:"422 Unprocessable Entity "POST /api/groups/migrations HTTP/1.1"Also, get a similar "unprocessable entity" error when I try to upload an image of a recipe. Any suggestions appreciated!
September 30, 2025Sep 30 I also just got into Mealie and I dont quite understand why this template is still on nightly and not on the latest stable now instead.Its up to version 3.3.0 now:) Edited September 30, 2025Sep 30 by isvein
October 16, 2025Oct 16 I believe there is a latest tag right now. According to the Mealie setup on the website, it is listed.
January 5Jan 5 I tried adding the TZ variable and basically it ignores it. Tried values of CET and Germany/Berlin but doesn't seem to affect anything. Only way I know to check is with the backup timestamp. Also, is there a yaml file for direct editing or only the docker template?
January 5Jan 5 2 hours ago, frank_sp61 said:I tried adding the TZ variable and basically it ignores itUnraid automatically adds the TZ value to every container managed by templates with the timezone Unraid is set to.
January 5Jan 5 Also, if I want to deploy LDAP, there are a bunch of variables I need to add. Is there a yaml or do I just do it 1-by-1 in the template?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.