
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
- cli 5.0.5 command for pull and push of d...
Hi i am using selfhosted appwrite 1.5.10, for migration (duplicate project) purpose i am using cli 5.0.5, but i am unable to find commands for pull and push, wh...
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Issue creating team membership with USER...
Log time ago it worked without any issue when I made a demo app but now it is not working in cloud function. code ```await awTeams ?.createMembe...
