my appwrite appwrite request a suddenly failing, they were working before, database getDocument, createDocument all failing - AppwriteException: The requested route was not
AppwriteException: The requested route was not found. Please refer to the API docs and try again.
the code was working just few mins ago @Support , please can you assist, it urgent impacting my consumers
do you have a proper api url for the sdk?
yes, i do - https://cloud.appwrite.io/v1
what does your appwrite client look like?
thanks, i know the issue, i am running the function locally, so when i pull it, i forgot to edit the remain env. only api url was defined const appwriteBaseUrl =
process.env.APPWRITEBASEURL || 'https://cloud.appwrite.io/v1';
const projectId = process.env.APPWRITE_PROJECTID || '';
const databaseId = process.env.APPWRITE_DATABASEID || '';
const collectionId = process.env.APPWRITE_COLLECTIONID || '';
const appwriteApikey = process.env.APPWRITE_DB_APIKEY || '';
that makes sense, so your issue is fixed?
yes
Great!
[SOLVED] AppwriteException: The requested route was not found
Recommended threads
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- Confused about Appwrite Pro pricing
Hi. I've been subscribed to the $25 Appwrite Pro plan, but I've been getting charged $40. I have two projects on my account. I was wondering where exactly the e...
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...