Skip to content
Back

AppwriteException: Route not found!

  • 0
  • Databases
  • Functions
  • Cloud
varunarya
10 Nov, 2025, 10:47

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.

TL;DR
Developers are facing a Route not found error when executing an Appwrite Function from React to fetch data from a table. The issue seems to be with the endpoint configuration and API route validity. Ensure the endpoint is configured correctly and the API route is valid for the SDK version being used.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more