pimlie / nuxt-matomo

Matomo analytics for Nuxt.js
Other
88 stars 15 forks source link

Matomo timeout issue #28

Open djsliders opened 2 years ago

djsliders commented 2 years ago

Hi, I installed the last version and configure it in nuxt.config.js in modules[] section. No request is done from matomo when I go on my website.

I enabled the debug mode and I see the following:

[nuxt-matomo] Delaying call to tracker: setDocumentTitle utils.js:3
[nuxt-matomo] Delaying call to tracker: setCustomUrl utils.js:3
[nuxt-matomo] Tell matomo to track pageview / utils.js:3
[nuxt-matomo] Delaying call to tracker: trackPageView
...
[nuxt-matomo] window.Piwik was not set within timeout

Can anyone help me? I have no idea what could lead to this timeout. Thank you

KilianSSL commented 1 year ago

@djsliders did you get this solved eventually? I'm struggling with the same...