#mohan_zent-reactnative

1 messages ยท Page 1 of 1 (latest)

inland mist
#

@light vector what are the logs for the crash? There has to be something.

light vector
#

const secret = response?.createSetupIntent?.clientSecret;
console.log('secret', secret);
const {setupIntent, error} = await confirmSetupIntent(secret, {
type: 'Card',
billingDetails: {
name,
},
});
console.log('setupIntent', setupIntent);
console.log('error', error);

This is the code iam using for confirming setup intent

#

This is the console output

#

@inland mist please let me know if i need to get logs from some other place

inland mist
#

you could try the Android emulator logs

light vector
#

@inland mist The screenshot I posted above is the console log

inland mist
#

then I'm afraid I really have nothing to work with

#

can you post that seti_xxx SetupIntent ID here in text?

light vector
#

@inland mist Please find the id seti_1KJcgXIeH85ciOHgUWiXyf3s_secret_KzbugQStjKWqXRxgopqixkKYrSqwWOF

tame hatch
#

@light vector Hey, @inland mist has had to step away. I'll take a look soon

light vector
#

Thank you @tame hatch

tame hatch
#

Are you by any chance attempting to re-confirm it? That can't be done (and will error)

light vector
#

@tame hatch sorry for late reply. no i didn't reattempt.

#

and also its working fine in iOS

tame hatch
#

Are you able to share some specific logs from the Android emulator?

light vector
#

i am getting only the above logs

rugged rock
#

Hi there ๐Ÿ‘‹ I've stepped in and will need a bit to get caught up on this thread.

light vector
#

hey @rugged rock

rugged rock
#

Looking at the way the app crashed, are you able to find a stack trace from the crash? My hunch is that there is an error/exception being thrown that is going uncaught and resulting in a crash.

zealous latch
#

Hi ๐Ÿ‘‹

#

What seems to be the problem?

light vector
#

Hi there

#

I am unable to find anykind of logs

light vector
#

Hello