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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...