HenryOriginal post
@everyone
Hey, I'm running self-hosted appwrite 1.6.0 on my server and I am encountering the issue that the dart-3.5 runtime is not showing despite it being listed as a supported runtime. I added the runtime to the _APP_FUNCTIONS_RUNTIMES env variable and restarted appwrite properly. docker compose exec appwrite vars also has the updated variable.
Additionally I manually updated the openruntimes executor to 0.6.27 to make sure a version issue doesn't occur there.
Do you have any idea why the dart-3.5 runtime is not shown in console?
Summary
Issue: Developer running self-hosted Appwrite 1.6.0 facing problem with `dart-3.5` runtime not showing up despite being added and verified in the environment variable.
Solution:
1. Confirm that the correct runtime version is specified in `_APP_FUNCTIONS_RUNTIMES` env variable.
2. Ensure that Appwrite is properly restarted after making changes.
3. Manually update the openruntimes executor to the latest version like `0.6.27`.
4. Check the console again to verify if the `dart-3.5` runtime is now visible.