We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
unfortunately each page gets countered twice in our Matomo analytics. Seems like this happens because we use next.js rewrites: https://nextjs.org/docs/api-reference/next.config.js/rewrites . When using redirects everything's fine.
Any ideas? Using redirects instead of rewrites isn't an option for us unfortunately.
The text was updated successfully, but these errors were encountered:
Same for me - we are moving away from Matomo because we can't afford that to happen.
Sorry, something went wrong.
Probably due to the "new" behaviour of React.StrictMode
Strict mode is dev only
No branches or pull requests
Hi all,
unfortunately each page gets countered twice in our Matomo analytics. Seems like this happens because we use next.js rewrites: https://nextjs.org/docs/api-reference/next.config.js/rewrites . When using redirects everything's fine.
Any ideas? Using redirects instead of rewrites isn't an option for us unfortunately.
The text was updated successfully, but these errors were encountered: