
I created function and generated domain is 65e075d9828a5f812d38.https//appwrite.mek.ovh
.
_APP_DOMAIN
, _APP_DOMAIN_TARGET
, _APP_DOMAIN_FUNCTIONS
are set to appwrite.mek.ovh
so I don't know why https
is added to my domain.

Are you sure that they don't have https? Have you modified/added the domain recently?

Oh, in .env
file these variables are without https
but when I execute docker compose exec appwrite vars
results are different -> with https
. That's weird. Ofc I execute docker compose up -d
after changing ,env
file.
Recommended threads
- 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?
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
