
I cant login to appwrite instance that points to my subdomain

Where are you getting this error?

Did you have setup the corresponding DNS records?

when using appwrite cli. Yes the DNS records are properly setup in cloudflare

So you can access your instance through the browser as usually, or nor

Is this self-hosted or cloud?

yes i can access my self-hosted instance through my browser as well as ssh

When the cli has requested you to give the endpoint, did you have set https://subdomain.domain.com/v1 or just https://subdomain.domain.com ?

I did not get to the point where the cli requests for an endpoint. After installing cli i did an "appwrite login" it only asks for email and password. Its important to point that i had an earlier instance that worked though i shut it down

is there a way that i can start over?

Write in your terminal/command line this:
appwrite client --endpoint https://subdomain.domain.com/v1
Obviously change https://subdomain.domain.com/v1 to your domain

Thank you works like a charm.

So does that solves your issue?

yes it does.

Great! 😄

[SOLVED] ✗ Error getaddrinfo ENOTFOUND subdomain.domain.com
Recommended threads
- Server error 500 in appwrite 1.8.0jwt = users.create_jwt(res["userId"])["jwt"] I got this error 500 after changing environment variables and restarting containers export _APP_DOMAIN=server1.ava... 
- Email templates partially broken in non-...Good afternoon! Non-english locales are missing some variables introduced in recent releases. That makes the sent emails look bad. The issue has been raised a... 
- AI feature by functions?I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing... 
