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
If a user is deleted, their recipes still belong to them (or they might be deleted, or deleting the user might fail, depending on the database, I'm not sure). We should re-assign these recipes to another existing user, otherwise they'll be left with an invalid user id.
Steps to Reproduce
Create a new user
Log-in as the new user and create a recipe
Log-in as another user (admin) and delete the new user
Observe that the recipe's user_id is still the old user's id, which no longer exists
Please provide relevant logs
N/A
Mealie Version
nightly
Deployment
Docker (Synology)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered:
First Check
What is the issue you are experiencing?
If a user is deleted, their recipes still belong to them (or they might be deleted, or deleting the user might fail, depending on the database, I'm not sure). We should re-assign these recipes to another existing user, otherwise they'll be left with an invalid user id.
Steps to Reproduce
user_id
is still the old user's id, which no longer existsPlease provide relevant logs
N/A
Mealie Version
nightly
Deployment
Docker (Synology)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: