Hi,
I’m working on a React Native app, and linking to:
Linking.openURL(
`${KC_ENDPOINT}/auth/realms/${REALM_NAME}/account`,
);
To allow users to manage their details. Unfortunately, when the page opens, if I click on anything, I’m prompted to login (this makes sense), but then I get this on every page:
Any idea what’s going on?