Open eric-labelle opened 9 months ago
Hi @eric-labelle ,
Thanks for reporting this. I can reproduce it in 4.1.0. Are you also seeing this issue in 4.0.0?
We will address this in a patch release.
Thanks, Melissa
Hi @eric-labelle ,
Thanks for reporting this. I can reproduce it in 4.1.0. Are you also seeing this issue in 4.0.0?
We will address this in a patch release.
Thanks, Melissa
Thanks @melissaosullivan. 4.0.0
works well for me. Just happens when bumping to 4.1.0
.
Thanks @eric-labelle.
I'm seeing a disk read violation in 4.0.0 as well. Based on the reports it seems likely that 4.1.0 has introduced a new issue, so I'd like address that first, but I'm having trouble isolating it. How are you enabling strict mode -- on the device developer options or with StrictMode.setThreadPolicy()
?
Oh wait, you're right, I overlooked that. Seeing DiskReadViolations on 4.0 also. Sorry about that. I'll try to dig deeper, might not be what causes the flow to exit afterall.
Hi @eric-labelle, I think I've found the issue and addressed this in the 4.1.1 release. Please try out this version. Thanks for reporting this bug!
Hi @eric-labelle, I think I've found the issue and addressed this in the 4.1.1 release. Please try out this version. Thanks for reporting this bug!
Good timing, I was just trying to get more info on the crash. Bumping to 4.1.1
seems to be working well.
Is there any plan to eventually address all the DiskReadViolation
though?
@eric-labelle Good to hear this fixes that issue for you! Yes we do plan to address this DiskReadViolation but with a larger timeline. We can keep this open to track the DiskReadViolation progress.
The problem
When upgrading to the lastest 4.1.0 version of the SDK, the flow crashes as soon as it tries to launch when StrictMode is enabled.
Environment
Steps to Reproduce
Launch the Plaid bank linking flow with StrictMode enabled.
Expected Result
The first screen of the flow should be shown.
Actual Result