You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used both the docker-compose's for SQLLITE and Postgresql and I run into the same problem.
I'm able to login as the Changeme user and create myself as an admin user, I'm unable to add any more users.
Steps to Reproduce
Create a basic docker compose file using the instructions on the web. Start with "up" so you can watch the logs.
Go into the web app, go to the "households" and try to create a new household, get nowhere, but there is a default.
Go to create user and you try to pick group "Family" but the household says "No data found" and goes red.
Please provide relevant logs
When trying to create a household I see this log emitted from the container:
mealie | INFO 2024-11-30T09:37:17 - [172.20.0.1:59302] 422 Unprocessable Entity "POST /api/admin/households HTTP/1.1"
Oh I see what it is; the UI wants you to choose a group, but it will let you leave it null, thus it fails when it hits the API. Make sure you select the group before trying to create the user/household.
The UI should prevent you from making this mistake, though
First Check
What is the issue you are experiencing?
I've used both the docker-compose's for SQLLITE and Postgresql and I run into the same problem.
I'm able to login as the Changeme user and create myself as an admin user, I'm unable to add any more users.
Steps to Reproduce
Please provide relevant logs
When trying to create a household I see this log emitted from the container:
mealie | INFO 2024-11-30T09:37:17 - [172.20.0.1:59302] 422 Unprocessable Entity "POST /api/admin/households HTTP/1.1"
Mealie Version
Version: 2.3.0
Build ID: d6de0d0
Deployment
Docker (Linux)
Additional Deployment Details
I'm using the provided docker-compose yaml for a SQLLITE version.
The text was updated successfully, but these errors were encountered: