I have 2 domains pointing to the same Appwrite instance. I am trying to add the third URL to point to the same Appwrite instance, but it only shows "Hello, World!". Where is this from? The 3 nginx conf files have the same configuration.
I have also checked the appwrite logs, and it shows the following:
2024-07-10T14:54:59.708978747Z Warning: Swoole\Http\Response::write(): You have set 'Transfer-Encoding', 'Content-Length' is ignored in /usr/src/code/vendor/utopia-php/swoole/src/Swoole/Response.php on line 34
Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- 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...