
Getting the following error while trying to call await _account.createOAuth2Session(provider: provider); on flutter macos desktop app. Any idea how to fix this?
ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method cleanUpDanglingCalls on channel flutter_web_auth_2) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:320:7) <asynchronous suspension> #1 FlutterWebAuth2._cleanUpDanglingCalls (package:flutter_web_auth_2/flutter_web_auth_2.dart:99:5) <asynchronous suspension>
Recommended threads
- Appwrite documents and Swift codable
The object I use to create a document is different than the object I receive when I list documents. Do I create an object that’s used to create a document and a...
- Redirect URL sends HTTP instead of HTTPS...
I am not sure since when this issue is present, but my Google and Apple redirect URI are no longer pointing to the HTTPS redirect URI when I try to use OAuth. ...
- Failing to run document operations on sd...
Could someone point me in the right direction I'm going in cirlces. I have a problem with sdks and my self-hosted server in production (for ~3 years) I have bee...
