Hello! I'm trying to setup self hosted appwrite on Coolify. After one click setup I got route error when I enter the URL. The URL is: https://appwrite.mydomain.com/console/
{"message":"The requested route was not found. Please refer to the API docs and try again.","code":404,"type":"general_route_not_found","version":"1.6.0"}
Can cause of SSL or what can I do? I got the same error when I didn't use my own domain and left it to Coolify.
Ive see that, I take the previous docker compose with 1.5
Hmmm how can I downgrade on Coolify? Do you know
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...