In the analytics dashboard at the /stats endpoint, the "Popular Pages" horizontal bar chart is displaying duplicate entries for the home page, skewing the overall analytics.
- First "Home" Entry: Appears as the 2nd most popular page with approximately 7,500 views.
- Second "Home" Entry: Appears at the bottom of the chart (5th place) with approximately 2,500 views.
This is likely caused by the backend failing to normalize the route strings before grouping them for the database query.
In the analytics dashboard at the /stats endpoint, the "Popular Pages" horizontal bar chart is displaying duplicate entries for the home page, skewing the overall analytics.
This is likely caused by the backend failing to normalize the route strings before grouping them for the database query.