-
-
Notifications
You must be signed in to change notification settings - Fork 763
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
[BUG] - Empty recipe browser when no search parameters provided #4239
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I am interested in looking into this. |
I appreciate it. Let me know what additional information I can provide. The issue doesn't seem to be browser or host-specific. Looking at mealie on a mobile device right now, same issue. |
Based on the logs, it looks like you have recipes which aren't tied to real users. When this happens, they fail to render since they don't have a household attached. This should be fixed in the latest version (we automatically re-assign recipes without a proper user), can you try upgrading to the latest nightly? (or latest stable) FYI, more info here: #4325 |
Refreshed the image (again, just today), looks like the issue has been corrected. Thank you! |
First Check
What is the issue you are experiencing?
When logged in, the recipe browser window has no results when the search field is empty, as opposed to all recipes (path: /g/home).
Searching for a keyword produces results. Clearing search field clears results window.
When browsing anonymously, recipe cards are displayed properly.
Application container logs contain Python errors, log file attached.
20240919-mealie-logs.txt
Issue appeared after stopping container stack (docker-compose), pulling new nightly image, and restarting the stack.
Steps to Reproduce
Open app in browser.
Please provide relevant logs
[20240919-mealie-logs.txt](https://github.com/user-attachments/files/17066652/20240919-mealie-logs.txt)Mealie Version
ghcr.io/mealie-recipes/mealie nightly 91a04d714162 About an hour ago 439MB
Deployment
Docker (Linux)
Additional Deployment Details
deployed via docker-compose.
The text was updated successfully, but these errors were encountered: