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
- general_bad_request when creating accoun...
I have created a new bug request, could anyone have a look - https://github.com/appwrite/appwrite/issues/11908?
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...