Activepieces Selfhosted - Unable to sign up

Can anyone help with this
Getting error - Sign up is restricted. You need an invitation to join. Please contact the administrator.

Selfhosted, first time signing up

I’m trying to run this locally with docker compose. It worked once, then never again even after deleting all containers and cached data. Very confusing.

Did you find a solution for this?

Hi @Jameso and @muntazir02

That means you already created an account before, so it only allow sign up for the first account.

@Jameso did you delete the volumes?

Yes, I deleted the volumes and recreated the containers. I couldn’t find the volume for the Postgres db though, so maybe that is still somewhere unexpected. Can’t check right now.

try to do

docker compose down --volumes

im having the same issue with a newly deployed selfhosted instance
when running on local it works fine. When deploying into a k8s cluster, it doesn’t.

Hi @cgajardo.scl

Can you check the database, If there is user in the table public.user and public.user_identity

there were no records in public.user
I set the AP_ENVIRONMENT env var, and that did the trick :nerd_face:

Hi @cgajardo.scl

I assume you run it in development mode which creates default user with dev@ap.com / 12345678 as mention in the develop pieces pieces.

The .env.example should have the default value for AP_ENVIRONMENT=prod sh tools deploy.sh run it with

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.