Hello,
Im trying to setup appwrite to work on my windows dockerazied machine, but I'm not sure what steps to do!
I have set the domain
What have you done and what problem are you facing?
so Im trying to selfhost Appwrite, I have added the domian added the secrets for redis, mariadb and executor
i think I have don everything but I might forget somethign
You have set the variables I mentioned?
Are you able to access to your instance through your domain?
Does it show as secure or it's giving TLS error?
I got other error
look above
not sure I used strong password
liek %*(/:
with those simbols
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...