IndexedDb not available

HI! I am integrating a game into a social network and saving doesn’t work. On a startup I get following messages:
6469187--725915--upload_2020-10-29_13-1-48.png

Apart from that, everything is fine. In addition, I face this problem only when running the build from this specific network. I’ve already published a game on another one and it was fine there, as well as running the build from a local server, or via a direct link from a remote one. I am using Chorme 86.0.4240.111 and Unity 2019.2.14f1.

Any advice would be welcome.

Upd: silly me, turning incognito mod off hepled

Good point - yeah, unfortunately browsers are not allowed to recognize Incognito mode directly, or sites could use that against them. That is why there is no actual error message that would get posted to the JS scope that’d tell Unity engine that the reason that IndexedDB did not work was due to Incognito - it’ll just come back as “oops, not working.”