[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
- Function connected custom domain error: ...
My domain is served through Cloudflare. Domain is now connected with the appwrite function. But when accessing the domain, I get the below error. Any suggestion...
- Error | general_unknown
I have built a website using Appwrite Cloud as backend, and also using sites for deployment. My website is live but sometimes it shows Appwrite's Error general_...
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...