This is a Next.js template to use when reporting a bug in the Next.js repository.
This repo was created to replicate the issue with Next.js route interception working only on dev builds, and not production builds.
First, install node modules:
npm iThen run the the project in dev mode:
npm run devOpen http://localhost:3000 with your browser to see the demo. Click the 'Interception link' to see the modal.
Now run the project in production mode:
npm run build
npm startInterception link modal should now longer be working.