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
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...