
2025-08-08T10:57:38.692443793Z Compiling ... 2025-08-08T10:57:39.652983250Z src/server.dart:6:8: Error: Error when reading '../build/lib/main.dart': No such file or directory 2025-08-08T10:57:39.653042950Z import 'package:open_runtimes_dart_function/main.dart' as user_code; 2025-08-08T10:57:39.653048818Z ^ 2025-08-08T10:57:39.653052760Z src/server.dart:133:23: Error: Method not found: 'main'. 2025-08-08T10:57:39.653057050Z user_code.main(context), 2025-08-08T10:57:39.653061387Z ^^^^ 2025-08-08T10:57:39.653065150Z src/server.dart:143:36: Error: Method not found: 'main'. 2025-08-08T10:57:39.653069403Z output = await user_code.main(context); 2025-08-08T10:57:39.653073268Z ^^^^ 2025-08-08T10:57:39.656043237Z Error: AOT compilation failed 2025-08-08T10:57:39.656217045Z Bad state: Generating AOT kernel dill failed! 2025-08-08T10:57:44.000000000Z Build archive was not created.
If I run it locally, it works fine
Recommended threads
- Adding Appwrite MCP server to vscode. Ne...
I'm trying to add appwrite mcp server to my VS code. Online documentation is for cusror, windsurf and Claude. Is it possible to use mcp tools in vscode for appw...
- Changing password when logged using a OT...
I'm developping in flutter/dart, I'm using email token to login to an existing user: _sessionToken = await account.createEmailToken(userId: app.ID.unique(), ema...
- Simplest Appwrite + Riverpod + Go_router...
Hey, I managed to get native Google Sign-In working with Appwrite custom tokens and Riverpod/GoRouter, and I’m stuck on three things: --- ## 1) SDK user ident...
