-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirected to my site #5
Comments
Hello!
|
I did, url is pointing to my domain. Whenever the app loads, it takes me out of the app and loads the domain in a browser tab. |
I'm seeing this as well. why is this library sending you to the url when ReCaptcha is used? |
Hello! Could one of you ( @polpenaloza , @Losapioj ) please post a screenshot or an example of how you're using the ReCaptcha component? I'm having trouble reproducing this. Thanks, |
Hello! Same issue is happening to me
this is how I use the component with API_URL being the string to my api when the captcha is loading, it just opens a browser and redirect to the url |
I don't know if this happens to me or not - I get a white screen when I include the Recaptcha. May be because the domain is not a live domain but a local one which is not hosted on my device so it's unable to load it. |
I'm also seeing this issue now. As a temporary workaround, I appended "/" at the end of the the API_URL to prevent the redirect. I'll look into releasing an actual fix for this soon. Feel free to let me know if that workaround doesn't work for you. |
@sarangvasishth Try to add to your url parameter "http://" |
Use this library https://www.npmjs.com/package/react-native-secure-captcha-v3 |
Hello, I tried using it but when my app loads it opens a tab in my browser pointing to the domain I set for
siteKey
and exiting the app of course. Not sure what am I doing wrong.The text was updated successfully, but these errors were encountered: