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
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- [SOLVED] Query.search() returning all ro...
When I use Query.search() instead of returning rows with the keywords provided it just returns all the rows in the table.
- Provider error when creating a function ...