-
Notifications
You must be signed in to change notification settings - Fork 218
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
[Bug]: Login sometime not working on iOS and HTTP Client Error with status code: 500 #919
Comments
@FantaMagier could you share the exact payload from the xcode log that is getting the 500 error? You may have to enable OneSignal verbose logging. |
@jkasten2 I got the following logs:
|
Hi @FantaMagier, it seems your log cut out key information. I see the 200 success response the SDK makes to fetch in app messages from the server. I don't see the 500 error. |
Closing due to no response. @FantaMagier if this is still an issue on the latest SDK version, please provide an updated log with the 500 error and we'll be happy to take a look. |
What happened?
On the latest version of the Flutter OneSignal SDK, I think the login function doesn't work on some devices. The patch request https://api.onesignal.com/apps/APPID/users/by/onesignal_id/ONESIGNALID gets a 500 request on some iOS devices. In the OneSignal dashboard you can see that login sometimes does not work. I think this is related.`
Steps to reproduce?
What did you expect to happen?
The External ID is set correctly and the user don't get a 500 Response Code
OneSignal Flutter SDK version
onesignal_flutter: ^5.2.2
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: