Cant add site #4874
Cant add site
#4874
Replies: 1 comment 8 replies
-
CE is completely separate from the cloud version :) You can check which sites have been registered in your CE instance by connecting to PostgreSQL and issuing the following query: $ cd plausible-ce # or wherever you `git clone`d https://github.com/plausible/community-edition
$ docker compose exec plausible_db psql -d plausible_db -h localhost -U postgres select * from sites; I also noticed that your instance allows registrations without invitations, so you might want to check if there are any "stray" users too: select * from users; |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added my site to the cloud version to check if it works.
Now I can’t add it to my CE panel because they say it’s already registered.
Smarty in support says the CE version isn’t related to the cloud version, but that’s nonsense.
I didn’t receive any constructive answers; all they did was blame me for the issue.
However, I have solid proof that the community version checks whether an address has been previously registered in the cloud version. I confirmed this by registering subdomains.
I just need to be able to register my domain in the CE version.
SASP
Beta Was this translation helpful? Give feedback.
All reactions