[CLOSED] What should I set env variable if I want to use self hosted appwrite with ngrok
- 0
- Self Hosted
_APP_DOMAIN=localhost
_APP_DOMAIN_FUNCTIONS=functions.localhost
_APP_DOMAIN_TARGET=localhost
Set _APP_DOMAIN and _APP_DOMAIN_TARGET to your ngrok domain.
As for the functions domain...You need to set it to the base domain such that all subdomains point to _APP_DOMAIN_TARGET...can you do that with ngrok?
Is the following deployment successful
That's just a domain. Not a deployment
I am getting following error when I try to access the url, do you have soln for this?
That's a domain/ngrok problem
The domain needs to point to Appwrite. And it's up to you to handle ssl
When I click execute now, it worked so I think It has been deployed successfully, just I can't call it via URL
That's your problem with your domain
Yup you were correct, subdomain does not point to my instance
Is there any way we can call it via root domain?
Please read through https://appwrite.io/docs/products/functions/execution
I used One Click Setup for Appwrite on Gitpod, there also it the subdomain one did not work after setting up the Github??
This issue can be closed now
[CLOSED] What should I set env variable if I want to use self hosted appwrite with ngrok
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...