Is there someone who has a working example for a NextJS application combined with Appwrite?
Auth method: AuthJS or own built. Authentication: OAuth or Credentials Middleware: check routes for loggedIn user
I am using node-appwrite combined with client version Appwrite also for realtime subscriptions.
Just a simple login app with 1 realtime listener. Can't wrap my head around it ๐
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...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...