timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
8.45k stars 1.96k forks source link

Umami cloud won't track navigated pages #953

Closed jachsu closed 1 month ago

jachsu commented 1 month ago

Describe the bug I'm using umami cloud. When I land on page A and then navigate to page B, only page views on page A is tracked, not page B. Page B is only tracked if I refresh it. Anyone experiencing the same issue?

timlrx commented 1 month ago

It should work, I am also using it

jachsu commented 1 month ago

That's odd. I'm still working on it. It turns out that upon navigation, no POST request is being sent, though it should be. This might be an issue specific to Umami Cloud. I'll keep debugging.