[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: AppwriteException: general_argument_invalid, Param "email" is not optional. (400)
E/flutter ( 4892): #0 ClientMixin.prepareResponse (package:appwrite/src/client_mixin.dart:90:9) final token = await account.createPhoneToken(
userId: ID.unique(),
phone: phone
);
print(token); createPhoneToken() method why email ? #2 updatePhoneSession is outdated ? any option to replace
Maybe you're already logged in
<@462046107556511744> can you please explain more, what does loggedin mean? I am running appwrite in my docker older version, but i am using for flutter latest version appwrite: ^20.0.0
i am using appwrite v1.2.1, in local self host for now
you cannot use a new SDK against an old version of Appwrite. look at the readme of the SDK
Recommended threads
- Websites hosted on my appwrite sites hav...
Hello, all my websites hosted on appwrite sites are not running I am getting this message "This site can’t be reached drivehub.appwrite.network took too long t...
- Session cookies stored on wrong (sub-)do...
Hi, I own a domain `example.com` which is registered with the Appwrite nameserver. My website runs on Sites, using `www.example.com` as domain, and my function...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...