my current console/server domain is cloud.xxx.xxx. I wanted to add appwrite.xxx.xxx as custom domain yet failed. It says it's verified yet no domain added to custom domain. Urgent help needed. I need custom domain for functions since Stripe webhook doesn't allow custom header
pic for ref. Btw I'm using custom Nginx for reverse proxy since I need to use custom SSL cert.
CNAME ref
_APP_DOMAIN _APP_DOMAIN_TARGET _APP_DOMAIN_FUNCTIONS
all set to appwrite.xxx.xxx
tried cloud.xxx.xxx as values still doesn't work. 😭
@Bearish this is Appwrite cloud?
If so, disable proxy in Cloudflare
nginx could be causing a problem too. make sure to configure your DNS settings and nginx to forward the requests accordingly
Recommended threads
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...