Query.select is not present in index.d.ts file. Im using typescript with node 18 sdk (v 8.2.0)
You'll need to upgrade to version 9.0.0
Also, This would work only with self-hosted when appwrite_version >= 1.3.0.
thanks, yeah I'm using self-hosted v 1.3.1 I will update to node 18 sdk
It works
[SOLVED] node 18 - Query.select
Recommended threads
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?
- OAuth2 Provider is disabled automaticall...
Hi everyone, I'm using self-host Appwrite 1.7.4. I can setup OAuth2 with Google successfully, however the provider is disabled automatically after one day witho...
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...