Back
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:
TypeScript
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]
}
TL;DR
Developers are trying to retrieve information about the Organization, Project, and Platform a user is logged into using the Appwrite `node-sdk-console`. However, they are encountering a 404 error when calling the `organization.get` or `projects.get` functions. This functionality might only be available in the Console SDKs.[…] 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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused