-
Notifications
You must be signed in to change notification settings - Fork 44
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
403 forbidden #89
Comments
Hi, thanks for reporting this. May I know does this issue only happen on iOS or Android, or does it happen on both? Usually, if you are still under development and the app you registered in LINE Developer Console is not yet published, you will need to use the admin account of that app or use an explicitly added tester account to perform the login test. In this case, the 403 error means the account you are using is not allowed to login to this LINE channel. Can you try to check that? |
Good morning Wei,Thank you for your response.Well the app is in live not in development mode,The issue persists in ios and android even though i used the correct bundle id and config in my line developer console. RegardsSent from my iPhoneOn Nov 20, 2023, at 2:04 AM, Wei Wang ***@***.***> wrote:
@OussemaZaier
Hi, thanks for reporting this.
May I know does this issue only happen on iOS or Android, or does it happen on both?
Usually, if you are still under development and the app you registered in LINE Developer Console is not yet published, you will need to use the admin account of that app or use an explicitly added tester account to perform the login test. In this case, the 403 error means the account you are using is not allowed to login to this LINE channel. Can you try to check that?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Ummm, that does not sound good. I just had a try with the flutter SDK and our example app, and seems every thing goes fine. So it might be a channel-specified setting at last. May I know your Channel ID? I can ask for a detailed investigation to see what can be wrong. |
yes sure |
We checked the log and seems your channel works fine. There were indeed some 403 events left (although I am not sure if these were login attempts of yours) and the reason seems to be the user is under penalty since 2023/10/31 (sorry but I cannot provide any more information about the penalty). Can you try to change an account to perform the log in and see what can happen? |
Is it a security issue?
No
If you believe you have discovered a vulnerability or have an issue related to security, please DO NOT open a public issue. Instead, send us a mail to dl_oss_dev@linecorp.com.
What did you do?
What did you expect?
Get the token from the user.
What happened actually?
I got a 403 page
Your environment?
Dart SDK version: 3.1.3
flutter_line_sdk: ^2.3.6
Sample project
The text was updated successfully, but these errors were encountered: