It seems latest package from Appwrite replace Execution.functionId to resourceId + resourceType but Appwrite self hosted do not have that props:
I/flutter (17390): The following exception was thrown impossible to get data:
I/flutter (17390): Bad state: No element
I/flutter (17390): #0 ListBase.firstWhere (dart:collection/list.dart:132:5)
I/flutter (17390): #1 new Execution.fromMap (package:appwrite/src/models/execution.dart:92:56)
I/flutter (17390): #2 Functions.createExecution (package:appwrite/services/functions.dart:81:29)
<@743532656767270934> https://github.com/appwrite/sdk-generator/issues/1858 created an issue ๐
Appwrite self hosted do not have that props:
that can only be done with new release, which is already in note. till then ur existing sdk (one without major "breaking" update) should continue to work expected
Okay, but the readme isn't clear :/
agreed yeah should update the readmes, thanks for pointing this out
Recommended threads
- CPU is +200% when building functions
When building a python function on self hosted 1.9.6 version, CPU is +200% and build never complete. Server is KO. Need to stop it... Hosted on CPX21 Hetzner: ...
- FCM Message error
When creating a message target via flutter sdk via ``` final target = await _account.createPushTarget( targetId: targetId, identifier: deviceTok...
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...