WebContext disappears after re-installing Chrome browser

Hi.

I have Samsung/Huawei devices, 10 and 11 Android versions.
I have written e2e tests for our Hybrin application, where we are switching context to WebView when we need to perform the login.

I run my tests without problems for months.
And then reinstalled the browser to the same version from Google Play.

Now:
driver.getContexts();

returns only [“NATIVE”]

What went wrong? I can’t login anymore. Why did it happen?
Deps:
appium 1.21
wdio
nodejs 14.15.1

RESET PHONE feature helped me.