Localhost domain is Generated for Function after its configuration
- 0
- Self Hosted
- Functions
- Web
- Webhooks

So i am working with appwrite Stripe Payment function and it was working file on Cloud appwrite, when i configured the function it generated me domain 67aa799aa49.appwrite.global through which i can listen to any webhook from stripe. Now i migrated this whole function to a self hosted appwrite on my own server (everything is working, reverse proxy everything is setup already) and when i configured the function it give me a domain 670*83bbcb9a.functions.localhost I-e something related to local host. Now the payment is done on appwrite but the webhook event is still pending i-e my function is not listening to webhook. How do i solve this, did i miss any step during function configuration or do i have to add some domain or did i miss some environment variable during appwrite local hosting configuration causing to generate domains on local host?
Recommended threads
- Error getting session: AppwriteException...
I get this error `Error getting session: AppwriteException: User (role: guests) missing scope (account)` when running in prod. As soon as I try running my app o...
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
