Ihor Kysylevych
Ihor Kysylevych
A conditional check for global window object in **[cookieconsent.service.ts](https://github.com/tinesoft/ngx-cookieconsent/blob/master/src/service/cookieconsent.service.ts#L134)** seems to be not working on a current Angular 10 server-side rendering. My quick workaround was to add an empty function...
@nilot111: I've noticed that a cookie consent appears after refresh again just yesterday. Seems it worked fine (didn't appear after acceptance) in my previous angular not-SSR version. I'm still investigating...
@nilot111: I found out that the plugin adds a "cookieconsent_status" field with value "dismiss" when user accepts cookies. It may be checked in _Chrome Dev Tools > Application > Storage...
As far as I understand, a secure boot should help to prevent a break from a VM hosting provider (supervisor). But it may not be possible for some types of...
Possible solution. 1) Open a generated project in Xcode (platforms/ios - blue one not white, with a project name + pods). 2) Menu: File > Workspace settings > Build System...
Great tip from @triniwiz. In other words, we have to make sure that ios platform target is up-to-date. I found in my project that it's stored in `platforms/ios/Podfile`: ``` platform...