[SOLVED] Dart function build fails with missing /tmp/OYPGXV/kernel.dill file on 1.4.1
- 0
- Resolved
- 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
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...