Hi, i deployed Appwrite with Coolify and reaching it with appw.appname.de. What is working so far. I wanted to add another custom Domain to activate email verification over a custom link www.appname.de/verify
Problem is the API is not accepting this link giving me the following error: Invalid url param: URL host must be one of: localhost, appw.appname.de"
Also: During the verification Appwrite is asking me to add the following CNAME entry: Name WWW Value localhost
"Localhost" can't be correct, right?
The domain is registered via strato.de which is not listed here: https://appwrite.io/docs/advanced/platform/custom-domains I am not sure how to set up the DNS. Does anyone know?
Recommended threads
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...
- client.ping() does not appear to work.
After upgrading to 1.8.0, I ran the `starter_for_flutter` and tested the ping. It failed with a "Server Error". I tried this again on my production instance (1...
- Is there any reason you cant use a manag...
So quick context I would like to host a selfhosted Appwrite instance and I personally prefer to use managed DBs when able and really like to keep my DBs on dedi...