[SOLVED] Dart function build fails with missing /tmp/OYPGXV/kernel.dill file on 1.4.1
- 0
- Functions
Log:
Changed 31 dependencies!
Compiling ...
Info: Compiling with sound null safety.
Unhandled exception:
PathNotFoundException: Cannot open file, path = '/tmp/OYPGXV/kernel.dill' (OS Error: No such file or directory, errno = 2)
#0 _checkForErrorResponse (dart:io/common.dart:55:9)
#1 _File.open.<anonymous closure> (dart:io/file_impl.dart:381:7)
<asynchronous suspension>
Error: AOT compilation failed
PathNotFoundException: Deletion failed, path = '/tmp/OYPGXV' (OS Error: No such file or directory, errno = 2)
self hosted 1.4.1 DO
clean install? what function did you deploy?
updated from 1.3.8 to 1.4.0 and then to 1.4.1
update for 1.4.2 now it happens almost every time
Compiling ...
Error: AOT compilation failed
Generating AOT kernel dill failed!
but with different error
'manual' deployment
docker compose up -d solves the problem
[SOLVED] Dart function build fails with missing /tmp/OYPGXV/kernel.dill file on 1.4.1
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...