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
- i need help!
I was working on my project and I just can't stop receiving this message. Is something wrong?
- redirect_uri errors on flutter client
Hi all, I'm using the flutter client for my app to do appwrite auth and use the JWTs to send to my backend. When I try to sign in with SSO, I get this: https:/...
- Request for JWKS Endpoint and OIDC Disco...
Hey Appwrite Team, Do you have plans to support JWKS and a well-known OIDC discovery endpoint? This would let us verify Appwrite JWTs in other services using st...