Web Developer
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.