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
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...