
Attempting to use the sdk method account.Get(), but paying in the project Id and a valid jwt to the client does not result in success but rather an error being thrown Error: The given key 'password' was not present in the dictionary. Is there something i am missing out on or is this a bug?
TL;DR
Developers are encountering an error when using the .net SDK method account.Get(). The error 'The given key 'password' was not present in the dictionary' is being thrown. This might be a bug with the SDK implementation or a missing key in the request. Double-check the code to ensure all necessary keys are included in the request.Recommended threads
- mcp-for-docs not working properly
I'm experiencing issues integrating the MCP server tool with Cursor IDE. The MCP server connection establishes successfully initially but fails after one minute...
- When connecting to VCS (Version Control ...
Hello, when I try to define in my function the root path of a function I get this when I click "Update".
- queries.map is not a function
Query.createdBefore doesnt work ``` tables.updateRows({ databaseId: process.env.APPWRITE_DATABASE_ID, tableId: process.env.APPWRITE_TABLE_ID, ...
