Hi,
I’ve recently did a fresh install of appwrite 1.9.0 self hosted and when I run a function, it just waits indefinite
This is the error from the log:
[Error] File: /usr/local/src/Executor/Runner/Docker.php openruntimes-executor | [Error] Line: 223 openruntimes-executor | [Error] Type: Exception openruntimes-executor | [Error] Message: Runtime not ready. Container not found. openruntimes-executor | [Error] File: /usr/local/src/Executor/Runner/Docker.php openruntimes-executor | [Error] Line: 223
How do I fix?
Reinstalled 1.8.1 and worked flawlessly
Suspect it’s an early bug with 1.9.0
had no issue after upgrading, do you have the startup logs that shows all images have been warmed up ?
but since the executor didn't upgrade from 1.8.1 to 1.9.0 (according to a MR https://github.com/appwrite/website/pull/2865 and the specific line https://github.com/appwrite/website/blame/fix-static-install/static/install/compose#L948) i don't really see why it would now fail
(looking at the dev docker-compose it use 0.11.4 instead of 0.7.22, maybe you can try it)
Also when upgrading there was two container restarting, which is normal if you didn't do the migrate command yet
Recommended threads
- Error upgrading from 1.8.1 to 1.9.0
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...