Skip to content
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

Closed
5 of 6 tasks
mrots opened this issue Sep 19, 2024 · 5 comments
Closed
5 of 6 tasks

[BUG] - Empty recipe browser when no search parameters provided #4239

mrots opened this issue Sep 19, 2024 · 5 comments
Labels
bug: confirmed bug Something isn't working

Comments

@mrots
Copy link

mrots commented Sep 19, 2024

First Check

  • This is not a feature request.
  • I added a very descriptive title to this issue (title field is above this).
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the Mealie documentation, with the integrated search.
  • I already read the docs and didn't find an answer.
  • This issue can be replicated on the demo site (https://demo.mealie.io/).

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).

image

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.

@mrots mrots added bug Something isn't working triage labels Sep 19, 2024
Copy link
Contributor

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.

@github-actions github-actions bot added the stale label Oct 21, 2024
@EmmaSecrest
Copy link

I am interested in looking into this.

@mrots
Copy link
Author

mrots commented Oct 24, 2024

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.

@michael-genson
Copy link
Collaborator

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

@mrots
Copy link
Author

mrots commented Oct 27, 2024

Refreshed the image (again, just today), looks like the issue has been corrected. Thank you!

@mrots mrots closed this as completed Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: confirmed bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants