Updated my dart function dependency and had to upgrade to 3.0. I changed it in function settings and when trying to deploy the function it gives an error
Unable to find image openruntimes/dart: v2-3.0
Unable to change function Dart runtime ?
You need to create a new function. This function was created before 1.4 so it's using the older image (which doesn'th ave dart 3.0).
Recommended threads
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...