"appwrite": "^14.0.0", "node-appwrite": "^12.0.0", "next": "14.1.4",
hey, im facing this error when using nextjs server actions with appwrite, the error is only in dev mode, but when i build the application with next build, it works normally.
If you're using cloud, clould does not support those versions of the sdks. Also, take a look at this support thread. It's what I used to resolve the issue on a personal project.
https://discord.com/channels/564160730845151244/1193874699915112448/1193939706644279437
If that doesn't work it looks like Steven said in another support thread with the same error, it will be fixed in the next release of the sdk.
https://discord.com/channels/564160730845151244/1220969241172512808
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...