Closed alvarosabu closed 2 years ago
Technically, you don't have to add any configuration when adding the module to your nuxt.config.ts
.
Have you customized the module's option? And if so, could you please provide its configuration? Does your deployed Nuxt application's domain match the one set up in Plausible?
Otherwise, Plausible may take a while to process the first request. Could you check if it is still missing?
Hey, thanks for the quick response, here is my config
modules: [
'nuxt-plausible',
...
],
plausible: {
domain: 'https://alvarosaburido.dev',
},
Yes, the domain is the same on the dashboard. Still the same state as the screenshot
You don't need to configure the domain
module option, it will default to the window.location.hostname
.
Apart from that, your configuration is malformed. domain
should be alvarosaburido.dev
(without protocol).
I removed the options, waited a little bit and then started fetching data. Thanks for the support, I'm gonna close this
Hi there, I have the module installed, but Im getting this on the dashboard,
Do I need to add the snippet as well? Or is it something that the module should handle?
Thanks