[Bug report] Umami plugin doesn't work #2452
-
Operating systemFedora Linux 42 Publii version0.47.3-1 Issue typeFree plugin Bug descriptionI have a hosted instance of Umami on Pikapods. I pasted the URL and website ID and script URL into settings, created a new cookies group with the name "Analytics" and id "analitics" and Umami simply doesn't register anything. I believe I've set up everything correctly. Umami instance doesn't register anything in Preview (with the option "Output code in Preview Mode" enabled) nor does on my Netlify site. Steps to reproduceI'm not exacly sure how to provide steps to reproduce my problem other than saying "try for yourself". Recently there's been a major update to Umami analytics where they ditched the MYSQL support - perhaps that could be the source of this issue? I apologize for such vague bug report, but like I said, I don't know how better to describe my issue. Relevant log outputNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
It sounds like you have to figure out whether this is an umami/Pikapods issue, or a Publii issue. Have you tried:
Paste it into an index.html HTML document, such as this: <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Umami test -> It works!</title>
<!-- PASTE YOUR UMAMI TRACKING CODE BELOW -->
</head>
<body>
Test
</body>
</html>Upload the file online via Netlify Drop, and visit the site. Check your umami dashboard (don't forget to add |
Beta Was this translation helpful? Give feedback.




I got Umami to work and I think there might be some issue with the cookie banner integration. Thanks for your help.