Adding Umami to Astro #2826
Unanswered
Ali-Hussein-dev
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I don't have a solution (yet), but it appears to be caused by Astros routing: when you change to a different webpage, Astro won't trigger a full page load (you can see that the page in the network tab is still pointing to the initial one when entering the website). Only when performing a full page reload on that new page, this is then reflected in the network tab as well and captured by Umami. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My issue is the views are only for the root page "/" and other pages are being tracked.
Here is my current Implementation:
Beta Was this translation helpful? Give feedback.
All reactions