
Hi team,
I'm currently working on the SDK for Node.js using Appwrite to build an API for my server. I am following the documentation for the account/jwt - https://appwrite.io/docs/references/1.5.x/server-nodejs/account. However, I've encountered an issue: it appears that the SDK does not support the createJWT method. The error message I received is as follows:
"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.5.7".
I have researched potential solutions, but I still haven't found any useful information.
I appreciate your help so much.
Recommended threads
- Error while updating documents from Appw...
while trying to update the document in a collection getting Invalid document structure: Unknown attribute: "ids" which is not in the collection. Appreciate the...
- DATABASE ERROR
When I select NULL as the value and click update, it shows that the update is successful, but when I refresh it changes back to add-avatar. It seems that all fi...
- Appwrite schema migrations
Hi team, I'm new to Appwrite and wanted to read up on how database schema migrations are handled. I did see the cli collections pull and push commands however, ...
