Hello I am trying to install Nginx Proxy Manager with appwrite but i have a problem. When accessing port 81 with my host IP, the page does not work. But with the ip 127.0.0.1 it seems to work. What should it be? Imagen
Are you testing from the same place for both requests?
Btw, if you need help getting NPM and Appwrite set up together, this might help: https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243
Hello, yes I was just following your guide. but I don't know why it doesn't work on my host
in all the tutorials that I see it works if you modify anything
In the screenshot, you showed curl localhost, but not curl with the server IP
I'm thinking it's a firewall problem
if because it didn't work for me, now I reinstalled and if it works for me in curl. But when accessing the page it still doesn't work
And this is from a different host, right?
yes
Ya, this sounds like a firewall problem. Either on your host or a firewall setting on your VPS provider
Wow, didn't see that guide before. It's gonna be useful for me tomorrow
I couldn't fix it, so I formatted the vps and now it works. Greetings
Mark it as solved so people know <:appwritepeepo:902865250427215882>
[Solved] Nginx Proxy Manager
[SOLVED] Nginx Proxy Manager
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...