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
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...