I install appwrite 1.4.1 and try to use the flutter sdk to retrieve some data.
The application is unable to compile regarding to functions.dart (Future<models.Execution> createExecution()) The headers map is defined twice and is throwing an error during compilation.
Same issue here even with flutter clean
It seems headers are redefined but don't know if it is debug lines which was forgotten or an header append...
we're working on a fix: https://github.com/appwrite/sdk-for-flutter/pull/170
new update is available.
Recommended threads
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- mcp-server-appwrite 0.4 fails on startup...
I’m trying to use `mcp-server-appwrite` against Appwrite Cloud and the server authenticates successfully, but fails during startup validation when probing `tabl...
- open runtime version lacks behind
open runtime version in appwrite CLI is v4 while the hosted runtimes use v5, this mismatch does not permit to debug locally functions using recent runtimes (li...