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
- Hosted a webite on appwrite 2 days ago, ...
I dont really know why its down, everything looks fine, the deployments and all
- OAuth login not working on deployed app ...
Hey there, I've been dealing with an issue where I cannot use OAuth on my deployed app - locally everything works fine. I am using react-router in Framework Mo...
- database documents relationships
after migrating from 1.7.4 to 1.8, database get document and list documents is getting results but with no relationship values, the relationship attribute will...