You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the message when I try to login: Sorry. There were problems logging you in. Please wait a while before trying again.
The url returned: errorCode=400&errorMessage=AUTH_INVALID_REDIRECT_URL
I did change the authentication domain in the LINE Developers page but the redirect_uri is always goes into /users/auth/line/callback. And you can see at the end of the url is AUTH_INVALID_REDIRECT_URL.
The text was updated successfully, but these errors were encountered:
@praburangki It's not an exact answer to your question, but LINE Login Platform only accepts https. You had better try to use ngrok or something for that.
I always get this message when I'm trying to login. I'm using omniauth-oauth2. This is the full URL :
https://access.line.me/dialog/oauth/weblogin?client_id=1234567890&redirect_uri=http%3A%2F%2Fwww.purirangki.com%2Fusers%2Fauth%2Fline%2Fcallback&response_type=code&state=9366558eb2320554b15adc613ca0e8f867ec7560482b1665
This is the message when I try to login:
Sorry. There were problems logging you in. Please wait a while before trying again.
The url returned:
errorCode=400&errorMessage=AUTH_INVALID_REDIRECT_URL
I did change the authentication domain in the LINE Developers page but the redirect_uri is always goes into
/users/auth/line/callback
. And you can see at the end of the url isAUTH_INVALID_REDIRECT_URL
.The text was updated successfully, but these errors were encountered: