I have a problem with the Flutter version for SITES RUNTIMES.
I use self-hosting and updated to version 1.8.0, which according to the changelog says they updated the Flutter version from 3.29.0 to 3.32.0, but that is not reflected when I try to upload a version. It might also be happening with the Dart version, I haven't checked that.
I ran the command: docker compose exec appwrite vars and the response is:
_APP_SITES_RUNTIMES=static-1,node-22,flutter-3.32
_APP_FUNCTIONS_RUNTIMES=node-16.0,php-8.0,python-3.9,ruby-3.0,dart-3.3
I can help with that this usually happens because the new Flutter runtime image isn’t fully pulled or registered after the update. Did you rebuild your containers and clear the old cached runtime images after upgrading to 1.8.0?
I rebuilt it but didn't delete it. I think that might be it.
Yes, that’s likely the issue. I can help you properly clean up the old runtime images and make sure the new Flutter 3.32 environment is fully active and verified. Want me to take a quick look and fix it for you?
Sorry for the late reply. If I needed your help.
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...