admin管理员组

文章数量:1355748

I am trying to integrate Firebase Auth in a flutter app and testing it in IOS and android. When testing in android with a real device through wifi, I am keep getting

E/RecaptchaCallWrapper(21012): Initial task failed for action RecaptchaAction(action=signUpPassword)with exception - An internal error has occurred. [ CONFIGURATION_NOT_FOUND ]

I did not enabled recaptcha in my project. I also looked any recaptcha to disable if activated by defalut but did not find any

E/RecaptchaCallWrapper(21012): Initial task failed for action RecaptchaAction(action=signUpPassword)with exception - An internal error has occurred. [ CONFIGURATION_NOT_FOUND ]
[log] catchError|error: [firebase_auth/unknown] An internal error has occurred. [ CONFIGURATION_NOT_FOUND
[log] Try is caught error: [firebase_auth/unknown] An internal error has occurred. [ CONFIGURATION_NOT_FOUND
[log] Stack Trace: #0      FirebaseAuthHostApi.createUserWithEmailAndPassword (package:firebase_auth_platform_interface/src/pigeon/messages.pigeon.dart:1043:7)
<asynchronous suspension>
#1      MethodChannelFirebaseAuth.createUserWithEmailAndPassword (package:firebase_auth_platform_interface/src/method_channel/method_channel_firebase_auth.dart:270:22)
<asynchronous suspension>
#2      FirebaseAuth.createUserWithEmailAndPassword (package:firebase_auth/src/firebase_auth.dart:234:7)
<asynchronous suspension>
#3      AuthService.createUserWithEmailAndPassword (package:flutter_firebase_auth/auth/auth_service.dart:12:20)
<asynchronous suspension>
#4      _SignupScreenState._signup (package:flutter_firebase_auth/auth/signup_screen.dart:95:9)
<asynchronous suspension>

本文标签: