Do you have set a domain to your appwrite instance?
_APP_DOMAIN right
I have set
Are you using a reverse proxy or similar?
I have public ip , then forward to the appwrite local.
the domain is pointed to public ip.
port 80 and 443 are pointed to IIS server.
I use 8888 for appwrite.
I have ssl pointed to subdomain, it's registerd in iis. I also try to do reverse proxy from iis to appwrite, but it does not work
Something is wrong with your domain. It's not pointing to your Appwrite. When I browse to it, I get a 404
if you add port 8888, it willl
It must be exposed on standard ports for the certificate to generate
can you give some idea, as port 80 and 443 occupided by iis. normally, I host in iis with some domain
Uhh if your problem is you have multiple apps running on a certain server, the solution is to use a reverse proxy
I setup reverse proxy from iis to local appwrite server. but it seems iis can't reverse to appwrit
That sounds odd
right. I follow the setup reverse proxy iis docs, it should be straigforward, but it doesnot work
What's the problem?
so I setup when the connection by the subdomain, it goes to my local server public ip (which already domain pointed in namecheap). it should go to iis server. then iis should reverse proxy it to appwrite.
but as you see, i already setup but when we access domain, it shows 404
which means it doesnot reverse to the appwrite yet.
by exposing port 8888.it directly goes to appwrite server directly.
the reason is iis occupied port 80 and 443. so it must go through iis
Yes... That's how reverse proxies work
Recommended threads
- Prevent Appwrite from pulling weekly unu...
Hi, I only use node/php runtimes for functions and static-1/node for site. However, appwrite keeps pull gigabytes of runtimes. It makes my VM backup unnecessar...
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...