
none of my function's URL are accessible, how can i make it publically accessible? I have followed this blog post by Steven: https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243 to setup reverse proxy on my Appwrite VPS .

@kamal.panara aside from conventionally deploying the function template, what other steps have you taken?
Ideally, your function URL should work out-of-the-box, so I'd love to know some more info about your setup

Function URL not accessible

Hi I just updated the question

Do you need nginx as a part of your setup? Is there any mandatory requirement for the same?
I ask just so we can verify if this may be interfering anywhere, since this tutorial was created much before our current generation of Appwrite Functions
Also, are you not able to consume your function URL or unable to find it?

I'm not able to consume function URL

I'm using NPM for reverse proxy, does appwrite supports reverse proxy by default?

To have function URLs on a selfhosted Appwrite instance, there are some configuration steps
https://appwrite.io/docs/advanced/self-hosting/functions#github-variables (check _APP_DOMAIN_FUNCTIONS
)
https://appwrite.io/docs/products/functions/deployment#domains

As such, because we have function domains, you do not really need a reverse proxy to communicate with functions anymore

okay so let me remove the nginx

my .env

Can you try setting _APP_DOMAIN_FUNCTIONS
to a different subdomain

okay
Recommended threads
- Properly contained appwrite main app can...
Hello! We tried to reinstall our main self-hosted appwrite with a new method but the main app 2 mins after launch throw this error: ```2025/06/22 16:16:14 s...
- Broken message
https://github.com/appwrite/appwrite/issues/10081 I just realized that I can just build appwrite myself, was this bug fixed in latest dev release?
- 404 errors after 7 Days
Local hosted Appwrite via docker. Last version and current version. After exactly 7 days Appwrite stops working. I get 404 route not found, cannot access anyth...
