To connect my website and appwrite I need to have same endpoint but I want to use my domain as endpoint but iam unable to change to endpoint in my appwrite dashboard
Hi, please have a look at https://appwrite.io/docs/environment-variables - _APP_DOMAIN and _APP_DOMAIN_TARGET should be set to same endpoint. You can be more specific about what domain setup you want to achieve if this doesnt help and we can fix it
I have same
_APP_DOMAIN=api.printfc.in _APP_DOMAIN_TARGET=api.printfc.in
I will explain my problem
for me, appwrite is running at this url
yeah that'd be great
1.when a user signup in my website the email id should store in my appwrite this happens when it is in localhost but when it comes with my domain url then my appwrite dashboard has my ip address url[https:143.110.240.5/v1] whereas in my code I have endpoint as https:api.printfc.in/v1
can you send screenshot for the above?
Did you understand my problem
Recommended threads
- Sites: Auto deploy on wrong github repos...
Hello, I have kinda with UAT(testing env) and prod env. When i pull request from dev -> uat, which stands as pre-prod environment to fully test all functionalit...
- Generate CSR
How do I generate a CSR for my domain host? They are asking me to generate one for my hoosting here on appwrite
- Appwrite Push Notifications: "Unknown er...
Hi all, I'm running into an issue with Appwrite push notifications in my web project. When I try to manually send a notification to a user from the Appwrite we...