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
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...