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
- Guideline of AI
Hello everyone, I’m planning to specialize in Artificial Intelligence (AI) and I’m currently looking for guidance from someone with strong experience in the fi...
- Dotnet functions on cloud
I'm trying to deploy my .Net8 functions to my project on cloud.appwrite through the CLI. I'm getting this error.
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...