hey, I’m working on integrating LINE login using Auth0 in a React Native app. When users choose to authenticate through the LINE app without entering their details on the web app, it seems like the redirect isn’t working properly, as shown in the screenshot. Can you help me figure out what settings I need to adjust?
I understand you’re encountering an issue with LINE login in React Native. The version you shared is for the React Native package. It would be helpful if you could also share the version of the PnP React Native SDK you’re using. Additionally, please post your code snippets so I can better assist you.
Thank you for your response.
As you requested, I am sharing the code for Web3Auth Initialization along with the version and screenshots.
If you need any additional information, please let me know.
In this example here, the loginConfig object is correctly sent to the openLoginAdapter, and this is the same loginConfig you should use in your case. I’m a bit confused as to why you’re sending a kakaoCustom object inside the loginConfig—do our SDK references indicate that such an object is accepted?
I apologize for any confusion caused by the code.
I’ve removed unnecessary parts and included only the relevant sections for clarity.
What I need help with is the LINE login integration. I’ve adjusted some settings and reconfigured them.
The code is written as shown, but I’m encountering the error displayed in the attached screenshot.
Could you guide me on what might be causing this issue and how to resolve it?
If there’s any additional information needed to troubleshoot, please let me know.