I recently verified my domain and the message shows the domain verification is successful but the domain isnt being added to the dashboard and also the console still uses http and it aint secure till now. What should I do..?
It is a self hosted, with appwrite version 1.4.5
something might be messed up with your database schema (missing or failed migration).
look in your database at the _console_rules table to see if the data is there
how do i go about that..?
You can look online at how to connect to mariadb/MySQL docker containers
Recommended threads
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- 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...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...