Ticket: Account creation issue: 'User already exists' error
@0xDad Just created a ticket
Question: Self hosting with podman-compose, I got it running and went to create a user but hadn't setup the email notifications, so I brought it down and setup the email provider, brought it back up and it says "User already exists" in the response to trying to create the account.
Attempted: I've brought down the services and removed all docker volumes related to the compose (via podman volume prune), the error still occurs.
Working On: testing postiz
Using Postiz On: podman-compose
Take it from here @Postiz
Question: Self hosting with podman-compose, I got it running and went to create a user but hadn't setup the email notifications, so I brought it down and setup the email provider, brought it back up and it says "User already exists" in the response to trying to create the account.
Attempted: I've brought down the services and removed all docker volumes related to the compose (via podman volume prune), the error still occurs.
Working On: testing postiz
Using Postiz On: podman-compose
Take it from here @Postiz
3 Replies
@Postiz please help @0xDad
it looks like there's a few problems, podman-compose doesn't fully support healthchecks so it started the postiz container before the db's were running. restarting just the postiz container after the db's are up solved the main problem that caused me to create this post. (It won't let me mark solution..)
Then I tried to make it ipv6 only network and things went sideways but I think that's a seperate problem.
same issue here, tried to debug by sending a POST to 3000 and always either get one of two errors: user already exist, or: email address not valid (when it is). running in dev mode see if i can debug that part and find out where the issue is. Restarting the postiz container did not help.