I am using the basic container (async) in my Blazor SPA website.
All pageviews seem to be registered correctly and clicks for heatmaps are being registered.
However, when navigating, often pages are loaded (GET request) instead of just content being refreshed. This happens irregularly, also for the same page.
When I remove the Piwik Pro container, the content on pages is being refreshed again, and no page loads (GET) occurs.
I hope someone can help me to solve this issue.