NoussaOriginal post
Flutter Developer
the error message :
{
"message":"The requested route was not found. Please refer to the API docs and try again.",
"code":404,
"type":"general_route_not_found",
"version":"1.6.1"
}
the code:
class AppwriteConstants {
static const String databaseId = 'dbid';
static const String projectId = 'prjtid';
static const String endPoint = 'http://localhost/v1';
}
Summary
Developers encountered a 404 error message stating "The requested route was not found." Check API docs. Constants class holds database and project IDs, as well as the API endpoint URL.