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] - Auto-redirect to default group doesn't work for some users #3968

Open
5 of 6 tasks
michael-genson opened this issue Jul 31, 2024 · 4 comments
Open
5 of 6 tasks
Labels
bug: confirmed bug Something isn't working

Comments

@michael-genson
Copy link
Collaborator

michael-genson commented Jul 31, 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?

Two users have reported that the auto-redirect logic to the default group (if it's public) doesn't work. In both instances, renaming the group from "Home" to "home" fixes the issue.

#3966, I can't find the other one

I think this workaround works because it makes the group name match the slug.

Steps to Reproduce

Unsure if it's deployment specific, but IIRC both users were using sqlite. The one linked discussion was definitely sqlite.

Please provide relevant logs

N/A, user is just redirected to the login page

Mealie Version

No response

Deployment

Docker (Linux)

Additional Deployment Details

No response

@michael-genson michael-genson added bug Something isn't working triage bug: confirmed and removed triage labels Jul 31, 2024
@psybers
Copy link

psybers commented Oct 22, 2024

I might be having this bug, but the workaround of naming my (only) group 'home' does not seem to fix it. I am now on Mealie v2. I think this worked in the past but is not working now, it always goes to the login unless you explicitly go to the group.

@psybers
Copy link

psybers commented Oct 22, 2024

I should note that I renamed my group to 'Family'. That might be when it broke. But since then, I am unable to use the workaround of naming it 'home'.

@michael-genson
Copy link
Collaborator Author

It should match whatever you have configured in your docker compose (or just "Home" which is the default)

@psybers
Copy link

psybers commented Oct 22, 2024

Ah, it was a casing issue. The default is "Home" and I tried renaming it to "home".

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

2 participants