hey folks, I'm implementing kratos into react nati...
# talk-kratos
w
hey folks, I'm implementing kratos into react native, having trouble with the logout flow. whenever I remove the session and navigate back to the login screen, i get an error which says, "please confirm this action by verifying it is you" and any subsequent login requests fail with error code 400, any pointers on how to debug this ?
m
Hmm hard to say. Are you following this guide: https://www.ory.sh/docs/getting-started/integrate-auth/react-native without modifications? Or any other?
w
yep, referenced this repository while building it. I can't find the error message anywhere in the components, so I'm assuming it's part of the logout API flow.
m
I see. Are you hosting the service yourself or using Ory Network?
w
ory network for now
m
Ok, can you please also post your problem in #ory-network 🙏 My colleagues will take a look! I will also see if I can reproduce it, but I cant promise I will get around to it today.