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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...