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
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?
- OAuth2 Provider is disabled automaticall...
Hi everyone, I'm using self-host Appwrite 1.7.4. I can setup OAuth2 with Google successfully, however the provider is disabled automatically after one day witho...
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.