nuxt-matomo
nuxt-matomo copied to clipboard
Matomo timeout issue
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
@djsliders did you get this solved eventually? I'm struggling with the same...