Rank 2: Process
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
Votes
0
Replies
15
Participants
Unknown
Messages
16
Rank 2: Process
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?
Rank 2: Process
Im using nginx proxy Manager
Rank 2: Process
Im accessing appwrite via 443 localy
Rank 2: Process
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
Rank 2: Process
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
Rank 2: Process
Rank 2: Process
if i open the endpoint https://currencyapi.appwrite.xxxx.de its responding:
Rank 2: Process
domains are now verified
Rank 2: Process
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?
Rank 2: Process
no where i have to do that?
where you configure domains for your vhost. you can add a wildcard one
Rank 2: Process
no i meant in NPM