
I try to migrate my project from a self hosted Appwrite 1.6.2 to another self hosted server (Appwrite 1.7.4). When it comes to migrate the functions i get the error message 'Invalid Runtime: dart-3.5' even the runtimes is added to .env and openruntimes-executor warmed it up:
TypeScript
{
....
"errors": [
"Error occurred while pushing 'function:65e6b52e18255e03679e' to destination with message: 'Invalid Runtime: dart-3.5' Message: Invalid Runtime: dart-3.5 File: /usr/src/code/vendor/utopia-php/migration/src/Migration/Destinations/Appwrite.php Line: 1304",
....
]
}```
I can select dart-3.5 also when i create a function manually
TL;DR
Issue: Migration error 'Invalid Runtime: dart-3.5' when migrating project from Appwrite 1.6.2 to 1.7.4. Error occurs when pushing functions to destination.
Solution: Check .env file and ensure runtimes are added correctly. Manually selecting dart-3.5 works, so may be an issue with the migration process.Recommended threads
- How to reduce cold start times for cloud...
Is there anything I can do to prevent slow responses? How long does it take for a function to enter a "cold state"?
- create project in organization from api-...
I need to create a project via api-rest, would there be a possible way?
- Custom Domain Verification - Self Host n...
/!\ I replaced my dns name by lili ``` _APP_DOMAIN=appwrite.lili.fr _APP_CUSTOM_DOMAIN_DENY_LIST=example.com,test.com,app.example.com _APP_DOMAIN_FUNCTIONS=fun...
