Look at the Nuxt documentation to learn more.
Make sure to install dependencies:
# npm
npm installStart the development server on http://localhost:3000:
# npm
npm run devRepro:
- Open http://localhost:3000/
- Check if you will be redirected to http://localhost:3000/?cstrackid=123
- In Console there should be info about html override which is similar to get different content for html from Varnish
Redirection occurs on branch n3 (with nuxt 3), but does not on master (with nuxt 4)