I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build/lib/main.dart:14:3: Error: 'TablesDB' isn't a type. 2026-03-14T17:09:42.915658150Z TablesDB tablesDB = TablesDB(client); 2026-03-14T17:09:42.915662412Z ^^^^^^^^ 2026-03-14T17:09:42.915666286Z ../build/lib/main.dart:14:23: Error: Method not found: 'TablesDB'. 2026-03-14T17:09:42.915669114Z TablesDB tablesDB = TablesDB(client); 2026-03-14T17:09:42.915673757Z ^^^^^^^^ 2026-03-14T17:09:42.915712899Z Error: AOT compilation failed 2026-03-14T17:09:42.915717369Z Bad state: Generating AOT kernel dill failed!
Anyone has an idea why it won't work ?
Recommended threads
- ClientException with SocketException: Cl...
hi <@564158268319203348> i have noticed this 500 status code in my function requests, it seems its not able to connect to the internet in the function as reque...
- NEW ERROR Invalid document structure: At...
Error: ```AppwriteException: document_invalid_structure, Invalid document structure: Attribute "pb.kmsgxPkgInfo.id_info" must be an array (400)``` I’m encounter...
- Issues with executor in Appwrite 1.9.0
Hi, I’ve recently did a fresh install of appwrite 1.9.0 self hosted and when I run a function, it just waits indefinite This is the error from the log: [Er...