How to get Organization, Project, and the Platform that a User is logged into?
- 0
- Self Hosted
- Auth
- Web
Using node-sdk-console, when I try to call the oragnization.get or projects.get I am receiving following error:
AppwriteException: The requested route was not found. Please refer to the API docs and try again.
at Generator.next (<anonymous>) {
code: 404,
type: 'general_route_not_found',
response: {
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.6.1',
file: '/usr/src/code/app/controllers/general.php',
line: 1134,
trace: [Array]
}
[…] have been moved […] Pretty sure they’ve always only been available in the Console SDKs?
Any idea, how do I get the info? I am new to appwrite, so not sure about history of SDKs.
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Getting current user has been blocked
Getting current user has been blocked error while signing in the appwrite console. Got this during I am testing with the my saas web project. Please help to unb...