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
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...