Hi,
I’m trying to get PiWik Pro working on an Angular 18 SSR setup. I’ve added the following as per instructions:
Within the app.module
NgxPiwikProModule.forRoot('my-analytics-key' , 'https://my.container'),
NgxPiwikProRouterModule,
And the following privacy settings within my prvacy policy page.
<div id='ppms_cm_privacy_settings' class='ppms_cm_privacy_settings_widget' data-editor-centralize='true' data-main-container='true' data-root='true'> ... left out ...</div>
However I’m never presented with the consent banner where I can accept/decline my consent. And the “Manage Settings” button doesn’t work by popping up the consent banner.
When I do the same for a non-ssr angular application everything works just fine and as expected.
Any ideas, what I’m missing?
Regards,