edge-login-ui icon indicating copy to clipboard operation
edge-login-ui copied to clipboard

Not receiving list of password recovery questions

Open bruscantini opened this issue 6 years ago • 1 comments
trafficstars

I've directly loaded the PasswordRecoveryScreen found in exportAPIComponents directory. It seemed to be working just fine until I clicked on "Choose recovery question". The recovery questions do not load - it's just a blank screen. What am I missing?

"edge-core-js": "0.16.4", "edge-login-ui-rn": "^0.5.34",

import { PasswordRecoveryScreen } from 'edge-login-ui-rn'; render () { return ( <ScrollView style={styles.scrollview}> <View style={{ flex: 1 }}> <PasswordRecoveryScreen accountObject={this.props.edgeAccount} context={this.props.edgeContext} onComplete={() => {}} onCancel={() => {}} /> </View> </ScrollView> ); }

Screen Shot 2019-07-24 at 10 54 18 AM Screen Shot 2019-07-24 at 10 54 31 AM

bruscantini avatar Jul 24 '19 03:07 bruscantini

We do fetch these questions from the info server (https://github.com/EdgeApp/edge-core-js/blob/368d6f4ac787b9cae4b8680dd25201346f81ade4/src/core/login/recovery2.js#L194). Is the request failing, perhaps? Are you getting any error information in the debug console?

swansontec avatar Jul 25 '19 23:07 swansontec