can't delete organization #3260
-
Postal 3.3.4 on Ubuntu 22.04. I'm trying to delete an organization but it just sits there like this forever: I'm logged in as an admin. Any ideas on things to check? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You will either need to see the logs in the terminal with |
Beta Was this translation helpful? Give feedback.
-
Here's what I see in the log: I'm guessing it's this part: exception_message=Validation failed: Owner must exist I did have a user issue where I deleted the original user and made a new one. How do I change the user (owner?) of that organization? |
Beta Was this translation helpful? Give feedback.
I don't know enough rails or ruby to know why it needs that, not sure if you can fix this in the UI.
I would recommend fixing this in the database, having a look in the main
postal
database to find the organisation and change the owner_id field.