I set in .env also
_APP_DOMAIN=appwrite.xxxx.de _APP_DOMAIN_FUNCTIONS=appwrite.xxxx.de _APP_DOMAIN_TARGET=appwrite.xxxx.de
I can access the UI also via appwrite.xxxx.de
Do you have anything in front of Appwrite like a reverse proxy or cloudflare? Is Appwrite accessible on port 80?
Im using nginx proxy Manager
Im accessing appwrite via 443 localy
Any idea?
if NPM is already handling to certificate, you really don't need appwrite to so i think you can ignore the domain verification error
I wanted to test the example Currency Conversion API from https://appwrite.io/docs/functions-examples
if i go to the endpoint https://currencyapi.appwrite.xxxx.de/eur?amount=5 it responding 404 error
if i open the endpoint https://currencyapi.appwrite.xxxx.de its responding:
domains are now verified
any idea, how to get the data from the endpoint https://currencyapi.appwrite.xxxx.de/eur?amount=5 ?
did you set up wildcard hostname in NPM?
no where i have to do that?
where you configure domains for your vhost. you can add a wildcard one
no i meant in NPM
Recommended threads
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...