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
I'm getting the same error but with Google OAuth, did you solve this? @Utkarsh Nagar | Utkarshn10
No, not till now
Tried adding this name to DNS provider but verification is failing for this on appwrite's side
Any additional error logs?
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
Yes I have added it
Its sideprojectss.com and I have added appwrite.sideprojectss.com as a subdomain there..
So what's on the custom domains page?
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?
Recommended threads
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...