AppwriteException: Server Error at Client.<anonymous> ..... at Generator.next (<anonymous>) at fulfilled .....node_modules/appwrite/dist/esm/sdk.js:22:58) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 500, type: 'general_unknown', response: { message: 'Server Error', code: 500, type: 'general_unknown', version: '0.12.106' } }
same issue
I am of dealing with the same issue since yesterday
Can you check your Appwrite version in your package.json, mine was "appwrite": "^14.0.0-rc.5", and I found out rc version is why I am having this issue but I haven't figured out how to depreciate to other versions
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...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)