
suddenly getting these error messages:
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: AppwriteException: , 404 page not found
E/flutter (12837): (0)
E/flutter (12837): #0 ClientMixin.prepareResponse (package:appwrite/src/client_mixin.dart:80:9)
E/flutter (12837): #1 ClientIO.call (package:appwrite/src/client_io.dart:383:14)
E/flutter (12837): <asynchronous suspension>
E/flutter (12837): #2 Account.get (package:appwrite/services/account.dart:20:17)
E/flutter (12837): <asynchronous suspension>
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, ...
