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
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...