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
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...