Like the title... I have appwrite running on coolify, self-hosted. It already has a domain. But I have issues with 3rd party cookies on one of my apps and I'm trying to add a custom project domain to the project so it would be like aw.myapp.com which would solve my cookie issue. DNS is already set and propagated. When I go "add custom domain" and enter the domain and hit next, I get "verified" status but the issue is it doesn't show up on "custom domains" screen of the project so I cannot change the api endpoint. I waited a couple of hours already and restarted appwrite a couple of times. What would be wrong?
Recommended threads
- hi guys! my site is not accesible in my ...
- 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...