I’ve been attempting to log in through Line from the demo on the official website, but I’ve encountered a problem where nothing happens when I click on the login button after being redirected to Line’s page. At first, I thought this issue might be exclusive to the demo page, so I decided to build my own Next.js application using the Web3Auth provider from rainbowKit, but the same issue persists.
However, when I log in using Login to another accountmode and enter an email address and password, I am correctly redirected back to the original app.
Is there a solution to this problem?
Is it impossible to use Line in plug n play mode? Do we have no other option but to set up a custom Auth0 verifier?
To add that, trying LINE login with mobile in the demo page results in popping up following URL tab but stuck in blank page. It never redirects back to the original page. https://app.openlogin.com/popup-window#result=eyJzdG...
Please ignore this if the team is already working on it.
Thanks.