I have a function and it's default domain is https://66c4ef207ae4885d4fc7.aw.example.com/, it works, that's fine.
But I want to add a custom domain. I want https://my-function.aw.example.com/. So I put in my-function.aw.example.com to the Domain for the Create Domain screen and hit Next and I am given the toast error. "You cannot assign your functions domain or it's subdomain to a specific resource. Please use a different domain."
Is this intentional, is it something I can disable, is Appwrite generating domains for functions that don't follow it's own rules? Or am I just misunderstanding the point of custom domains? Is what I want even possible?
Recommended threads
- Empty listRows() response
Hi there, I'm shehryar, I'm new to react native and appwrite as well, I'm following a tutorial, what's surprising is the listRows({databaseId, tableId, queries}...
- Failed function deployments
I am using appwrite 1.8.0 (self hosted) and trying to manually deploy a python function. I am using appwrite from 0.x and went through multiple migrations. So ...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...