Skip to content

IddanCF/repro-next-intercept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Next.js template to use when reporting a bug in the Next.js repository.

Next.js Route Interception Issue

This repo was created to replicate the issue with Next.js route interception working only on dev builds, and not production builds.

Getting Started

First, install node modules:

npm i

Then run the the project in dev mode:

npm run dev

Open 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 start

Interception link modal should now longer be working.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors