Closed aednlaxer closed 8 months ago
Hey @aednlaxer, thanks for filing this. Appwrite Cloud is on 1.4.13
, and the latest supported version for the Flutter SDK will be 11.0.1
. Please try downgrading to the latest supported version for 1.4.13
as 12.0.1
for the Flutter SDK is intended for use with Appwrite 1.5.x
.
We plan on upgrading Cloud within the next few weeks.
I lost a couple of hours for this bug. Please don't release on pub dev a new version that is using a different Appwrite Cloud version until it is ready. You may publish the package as a preview instead https://dart.dev/tools/pub/publishing#publishing-previews or as a pre-release https://dart.dev/tools/pub/publishing#publishing-prereleases
Hi, I'm facing this issue after upgrading from 11.0.1 to 12.0.1.
π Reproduction steps
Client
Account
createOAuth2Session
account.get()
π Expected behavior
Sign-in should work and
account.get()
should return a signed in user, no exception should be thrownπ Actual Behavior
An exception is thrown:
Code that causes the issue is in
user.dart
:In addition there's a similar issue with
mfa
field:π² Appwrite version
Different version (specify in environment)
π» Operating system
MacOS
𧱠Your Environment
Flutter 3.19.0 β’ channel stable Appwrite Flutter: ^12.0.1 Appwrite cloud 1.4.13
π Have you spent some time to check if this issue has been raised before?
π’ Have you read the Code of Conduct?