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
- redirect uri not working for OAuth with ...
I'm following this tutorial: https://appwrite.io/blog/post/google-oauth-expo#create-an-expo-app but im using an android development build instead. When I run h...
- OIDC not working on Appwrite cloud
tl;dr: same project settings, same OIDC credentials. Auth works on self hosted but not in cloud. I have a project in my self hosted instance with a single web ...
- Cannot use Apple Oauth2 in React Native/...
Hi! I've trying to add the Apple sign in feature into my Expo App. I followed the docs, but I still receiving the error "Cannot set 'location.href'". Can someon...