Tobi696
When trying to sign in to my self-hosted appwrite instance, I get following error message:
TypeScript
tobias.wimmer@Mac functions % appwrite login --endpoint "https://aw.myproject.com" --verbose
? Enter your email myproject@gmail.com
? Enter your password ***
AppwriteException [Error]: The requested route was not found. Please refer to the API docs and try again.
at Client.call (/opt/homebrew/lib/node_modules/appwrite-cli/lib/client.js:211:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async accountCreateEmailPasswordSession (/opt/homebrew/lib/node_modules/appwrite-cli/lib/commands/account.js:1016:16)
at async loginCommand (/opt/homebrew/lib/node_modules/appwrite-cli/lib/commands/generic.js:57:9) {
code: 404,
response: 'general_route_not_found'
}
TL;DR
Developers are encountering a 404 error when trying to log in to their self-hosted Appwrite instance. The issue is with the requested route not being found. Tobi696
Appwrite 1.6
Recommended threads
- Admin Impersonating Clients?
I have a client that needs to use the admin User, to impersonate the Clients in order to debug better the App and the services that they are providing, could yo...
- create project api-rest
Hello good afternoon, I'm developing a project where I need to create a project by apirest, but I'm stuck with this "projects.read" permission, can I change my ...
- Twillio config in Appwrite (sms config r...
Hellow , can I succesfully notify users through sms with the Twillio service through Appwrite without a Sender number from Twillio ?? i don t have that on my ...