
I installed appwrite on a plesk server, and used nginx as a reverse proxy Appwrite instance: https://cms.itexpertnow.com
When I try to use any custom domains, it fail with the following error:
- domain 1:
vanguard.itexpertnow.com
- domain 2:
vanguard.cms.itexpertnow.com
Error:
TypeScript
Failed to issue a certificate with message: Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Performing the following challenges:
http-01 challenge for vanguard.itexpertnow.com
Using the webroot path /storage/certificates for all unmatched domains.
Waiting for verification...
Challenge failed for domain vanguard.itexpertnow.com
http-01 challenge for vanguard.itexpertnow.com
Cleaning up challenges
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
TL;DR
Developers encountered certificate generation errors when using custom domains for an Appwrite instance. The error message indicates challenge failures for the domains `vanguard.itexpertnow.com` and `vanguard.cms.itexpertnow.com` when trying to issue certificates. This issue may be resolved by verifying the webroot path and checking the Let's Encrypt log file for more details.Recommended threads
- Having errors migrating to cloud
Project will not migrate compeltely
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
