The config that I have.
But when I go to that subdomain that I have the result is not the Appwrite console.
First img is the DigitalOcean DNS Records, and the second one is the Google domains custom records.
I get this when trying to navigate:
What do I need to do, or what did I do wrong?
That seems to be an SSL issue. Is your SSL certificate set up properly?
How do I know that?
checking here https://www.sslshopper.com/ssl-checker.html#hostname=mydomain.com it is valid for mydomain.com but not for api.mydomain.com. Why?
@safwan should I do the same as this post? https://discord.com/channels/564160730845151244/1113876456779554826
Yes, please follow the steps in this post. Should work <:appwritecheers:892495536823861258>
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.