Next.js Discord

Discord Forum

middleware filtering out link navigations due to prefetch

Unanswered
Basset Fauve de Bretagne posted this in #help-forum
Open in Discord
Basset Fauve de BretagneOP
Hi community! I’m adding some analytics to my Nextjs app via middleware. I’m only matching relevant pages and I’m excluding prefetches based on the headers suggested in the docs.

Problem: when I click in the link to one of the relevant pages nothing happens (seems like some cache due to the initial prefetch via next link). How can I use this approach to track my relevant page clicks?

Thank you!

0 Replies