Nan

Results 473 comments of Nan

Hi @tanveer-noknok, In your original post you shared these steps to reproduce, but you were not able to reproduce it yourselves, correct? ``` 1. Launch the application. 2. Minimize the...

Hi @AndreasBoehm, sorry for the delay in following up. I see in your logs you have these two lines that is the error response from the server: ``` [DefaultDispatcher-worker-5] HttpClient:...

Making a note for investigating this issue that the SDK makes requests to `https://api.onesignal.com/`. This is probably from a webview's html.

Re-opening so we don't lose this, we can always refactor later. The deletion of the usermodel branch (now recovered) caused the PRs to close.

Hi @isles1217, In these shared logs, did you remove any additional logs between each `initWithContext` log? ``` 2023-10-26 11:32:42.160 27352-27352 OneSignal D [main] initWithContext(context: com.onesignal.core.services.SyncJobService@e461ca1, appId: null) 2023-10-26 11:32:42.162 27352-31857...

Hi @hannojg, yes `OpRepo` is from OneSignal. - Do you see lots of logs related to `OpRepo`? - What is the state of the application when you are seeing the...

Hi @DKrivec, I see what the error is from the logs: ``` HttpClient: POST apps/4c5d66bd-88da-4e72-9ee4-c230f9fad03a/users - FAILED STATUS: 400 W/OneSignal(19988): [DefaultDispatcher-worker-8] HttpClient: POST RECEIVED JSON: {"errors":[{"title":"The provided language value is...

Hi @sebastinto, I am so sorry for the delayed response and thank you for the detailed post. We made a [speculative fix](https://github.com/OneSignal/OneSignal-Android-SDK/pull/1721) for a `WorkManager` crash we have been seeing...

Hi @sebastinto, thank you for the information. I have some followup asks: 1. I have not used Hilt before, and can try to reproduce, but it would be helpful if...

Hi @sebastinto 1. A minimum reproducible project with Hilt included will be very helpful, thank you so much. This will also help us investigate for (2) below. 2. Sometimes the...