Rank 1: Thread
After setting the custom domain. The domain is leading me to appwrite login.
this is what Appwrite gave me:
(the image ss)
domain: www.sideprojectss.com
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 1: Thread
After setting the custom domain. The domain is leading me to appwrite login.
this is what Appwrite gave me:
(the image ss)
domain: www.sideprojectss.com
This doesn't seem right...if your app is running on www.sideprojectss.com, the custom endpoint needs to be appwrite.www.sideprojectss.com
Rank 1: Thread
I'm getting the same error but with Google OAuth, did you solve this? @Utkarsh Nagar | Utkarshn10
Rank 1: Thread
No, not till now
Rank 1: Thread
Tried adding this name to DNS provider but verification is failing for this on appwrite's side
Any additional error logs?
Rank 1: Thread
No, its just showing this
Do you have added a CNAME record in your DNS?
And are you sure you want to have appwrite in www subdomain?
what's the domain you're trying to create? www.sideprojectss.com? isn't that your app?
Anyways, I don't see a DNS record for that domain
Rank 1: Thread
Yes I have added it
Rank 1: Thread
Its sideprojectss.com and I have added appwrite.sideprojectss.com as a subdomain there..
So what's on the custom domains page?
Rank 1: Thread
it loads the appwrite login page. Even after adding the custom domain. I am unable to login on brave browser. Why is it so?
Error: AppwriteException: User (role: guests) missing scope (account)
What happens when you try to log in?
Do you have a reverse proxy in front of Appwrite?
Something here I think is going completely sideways..
@Utkarsh Nagar | Utkarshn10 Are you using Self-Hosted or Cloud?
If Self-Hosted, wiy does it say cloud.appwrite.io?
If Cloud, why is Steven talking about reverse proxy and appwrite.sideprojectss.com?
Custom Domains
And you’ve added appwrite.sideprojectss.com as a Custom Domain in Appwrite?
That answers neither question. Custom domains is a feature.
Yes, it’s a feature. Which does what?
nvm. given the screnshot, this must be cloud
your endpoint is https://cloud.appwrite.io/v1 Would you please change it to your custom domain: https://appwrite.sideprojectss.com/v1?
and are you using your custom domain for the redirect in github?