I have joined appwrite server for resolving my queries , resolve multiple queries. but it will be good if appwrite can provide more quick response to queries.
You checkout the dodopayments discord server, there bot helps so much even in there docs the bot is very useful.
https://docs.dodopayments.com/introduction (at right,bottom. scroll if not visible)
Recommended threads
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...
- AppwriteException: Invalid document stru...
``` await tablesDB.createRow({ databaseId: '***', tableId: '***', rowId: user.$id, data }); ``` ...
- @napi-rs/canvas in Cloud Function
Has anyone tried rendering images using [@napi-rs/canvas](https://www.npmjs.com/package/@napi-rs/canvas) in Appwrite Functions? I've got a Bun runtime setup for...