[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
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...
- I can't migrate my project from Appwrite...
I'm having an issue migrating my Appwrite project to a self-hosted instance. The problem is that I've exceeded my read rate limit (or database read limit), so I...