I have created a new selfhosted appwrite instance today with version 1.7.3 and docker compose, then upgraded & migrated to 1.7.4 immediately. I created a new Site and assigned a domain, deleted the domain and now it says when i try to add the domain again i get this message: "Domain is already used. Please try again with a different domain." Its a custom domain that points to the appwrite host not a default subdomain like test.sites.davidbrum.com. I already tried deleting the site and readding it. It doesent help.
Docker logs in the appwrite container: [Error] Timestamp: 2025-05-26T09:58:45+00:00 [Error] Method: POST [Error] URL: /v1/proxy/rules/site [Error] Type: Appwrite\Extend\Exception [Error] Message: Domain is already used. Please try again with a different domain. [Error] File: /usr/src/code/src/Appwrite/Platform/Modules/Proxy/Http/Rules/Site/Create.php [Error] Line: 188
Where is the domain stored? Can I delete the Domain from the Database?
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...