Web Developer
Error:
Error 404
The requested route was not found. Please refer to the API docs and try again.
Type
general_route_not_found
Details:
"dependencies": { "cors": "^2.8.5", "express": "^4.18.3", "node-appwrite": "^12.0.0" }
code:
const token = await users.createToken("3423FFR23R23R2R3"); const endPoint = "https://cloud.appwrite.io/v1"; // my endpoint
Description:
i am getting "general_route_not_found" when i use createToken at node js side. i can able to perfoem other methods like create etc. but when i use "createToke " getting this error please let me know if anyone have solution.
I appreciate any help you can provide.