Thank you for your assistance
If you could assist me with another quick Question i would be really happy: When adding a custom domain it asks me to add a cname record but i dont think im able to add a cname record pointing to an ip 🤔 Is there something im missing or do i need to add an A record?
Just saw it now. Sorry for not being able to reply before
You mean if you add a domain to a project in your appwrite console?
yes
You can use your instance domain. I think it should work the same way
As the CNAME record, I mean
what do you mean by instance domain?
The domain you use to access your appwrite installation/console
You're accessing through a domain, true?
yes. Im accessing it through a "custom" domain
This is the digital Ocean dashboard where my domain lays. What should i enter into the alias?
Such custom main domain. For example, if it's appwrite.mydomain.com, such domain
When i enter db.+++.de i get the error that a cname may not reference itself
If this is your domain, you don't need to add it because it has been added already
The feature is to add another domain.
For example: project1.mydomain.com
ah i see... Thank you 🙂
That means i dont need to add a custom domain when accesing the server throug said domain right?
That's it, unless you want to have a different domain for each specific project or if you have a completely different domain (not sub domain) for the project. For example, if the appwrite instance uses the domain:
- cloud.appwrite.com And the app
- app.appwrite.com
It's fine
However if it's
- cloud.appwrite.com
But the app is
- myapp.com
Then you should add the domain and use the endpoint from a subdomain:
- backend.myapp.com
That's mainly to prevent third party cookies issues
okay thanks. that cleared things up for me
I wish you a good day or night depending on where you are xD
Night in my case. Same to you 😄
[SOLVED] Sudden Error "ERR_CERT_DATE_INVALID"
Recommended threads
- 403 The current user has been blocked.
Hello, I have a free plan; I've tried to access my project and I get the message "403 The current user has been blocked." I have database, sites, and auth in us...
- Am getting "The current user has been bl...
Was working on my app FLUTTER WEB APP, and suddenly, I have been blocked.... What can I do ? When I try to sign in to the console, I get "The current user has ...
- 1.6.2 to 1.7.0
Hi everyone. I am running a self-hosted Appwrite server on version 1.6.2. What is the safest way to migrate to the next version? Should I update directly to...