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
- 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...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...
- I can't migrate my project from Appwrite...
I'm having an issue migrating my Appwrite project to a self-hosted instance. The problem is that I've exceeded my read rate limit (or database read limit), so I...