I am executing Appwrite Function from react, getting below error for fetching data from table in function.
Code snippet where function throw this error:
const records = await database.listRows({ databaseId: config.appwrite.databaseId, tableId: config.collections.jobApply, queries: [Query.equal('candidateId', candidateId), Query.limit(5000)], });
Function details: Function is deployed with Node.js-22 on cloud. i am using "node-appwrite": "^19.0.0" in appwrite function.
error: AppwriteException: Route not found, Please ensure the endpoint is configured correctly and that the API route is valid for this SDK version.
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` ...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...
- 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...