Okay, what is the output of this
sudo lsof -i -P -n | grep LISTEN
And this You can attach it as txt
docker ps -a
for docker ps -a
Good
Now in the browser what you see when you access this uri
https://cloud.domain.xyz:8443/versions
Replace cloud.domain.xyz with the domain the points to that server, using A record.
it redirected to the cloudflare becuase we specified the port right?
What you mean, can you share screenshot
You must specify the port, as you're not using not 80 nor 443 (https)
Cool, You're set to go.
If you don't want to have non-regular ports, you'll have to create a reverse proxy inside you Nginx Check Steven's article on it here: https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243
ohh i get it yeah okay
thanks a lot
<a:agooglethumbsup:635256484682530825>
sorry to message again but i am getting error when i am using my domain to access appwrite
i have added the exact domain in both _APP_DOMAIN=cloud.domain.xyz _APP_DOMAIN_TARGET=cloud.domain.xyz
and in nginx i am using proxy_pass to redirect to appwrite
if i use the IP address the console works just fine
Can you share the headers you get back from the request in Network tab.
Did you include the preserve host option in nginx?
i am really sorry for the late replay...... had a lot of work with me but here is the nginx sites-enabled for refernce
how to do that...... please instruct me
Maybe this will help: https://github.com/appwrite/appwrite/discussions/4329
About the network tab part, This is what I've meant.
Recommended threads
- Sites Runtimes 1.8.0 Self-Hosting. Flutt...
I have a problem with the Flutter version for SITES RUNTIMES. I use self-hosting and updated to version 1.8.0, which according to the changelog says they updat...
- getFilePreview , getFileView , getFileDo...
I am on Appwrite self hosted 1.8.0 I use the web sdk 21.3.0 I created a bucket and it has this permission (users:create) then i enabled the file security then ...
- Custom Domain Verification Failed
Hi! I woke up to my app not working because of this custom domain verification failed error. I have not moved any DNS configuration since I set it up 3 years ag...