Rank 1: Thread
Hello, i've recently upgraded our self hosted appwrite instance from v1.3.8 to v1.4.9 and did the migration. Our Appwrite instance is using a custom port mapping, and before the upgrade we can access the dashboard by just going to http://xx.xxx.xxx:1234
the cli also is now not working. When checking the docker appwrite container logs i get:
xx.xxx.xxx is not a publicly accessible domain. Skipping SSL certificate generation.
some notables variables defined in my .env as follows:
_APP_LOCALE=en_APP_OPTIONS_ABUSE=disabled_APP_OPTIONS_FORCE_HTTPS=disabled_APP_OPTIONS_FUNCTIONS_FORCE_HTTPS=disabled_APP_OPTIONS_ROUTER_PROTECTION=disabled_APP_OPENSSL_KEY_V1="\$6YS^pxxxxrandomxxx\$sjuYZ"_APP_DOMAIN=_APP_DOMAIN_FUNCTIONS=functions.localhost_APP_DOMAIN_TARGET=_APP_CONSOLE_WHITELIST_ROOT=enabled_APP_CONSOLE_WHITELIST_EMAILS=_APP_CONSOLE_WHITELIST_IPS=_APP_SYSTEM_EMAIL_NAME="xxx.xxx"_APP_SYSTEM_EMAIL_ADDRESS="xx@xxx.xxx"_APP_SYSTEM_RESPONSE_FORMAT=_APP_SYSTEM_SECURITY_EMAIL_ADDRESS=certs@appwrite.io_APP_USAGE_STATS=enabled_APP_LOGGING_PROVIDER=```