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
- Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...