Is there an environment variable that I can use to retrieve the auto generated domain of a function. ? I would like to provide it as a callback url to an api. Thanks in advance.
If anything, it might be in the headers. Otherwise, you may need to use an environment variable.
Unfortunately there is no header with the generated domain. I know that I can create a function variable with it but I wanted to have a fully automated process via cli with no human intervention to configure my Appwrite backend instance. I'm almost there this was the last bit of configuration remaining. If someone have a suggestion to retrieve that value via cli that's fine too because then I can create a variable via cli.
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?