-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Closed
Labels
Cache ComponentsRelated to the `cacheComponents`, `useCache`, or `ppr` experimental flags.Related to the `cacheComponents`, `useCache`, or `ppr` experimental flags.Linking and NavigatingRelated to Next.js linking (e.g., <Link>) and navigation.Related to Next.js linking (e.g., <Link>) and navigation.Parallel & Intercepting RoutesRelated to Parallel and/or Intercepting routes.Related to Parallel and/or Intercepting routes.PerformanceAnything with regards to Next.js performance.Anything with regards to Next.js performance.bugIssue was opened via the bug report template.Issue was opened via the bug report template.locked
Description
Link to the code that reproduces this issue
https://github.com/programming-with-ia/intercepting-test
To Reproduce
- start using
pnpm dev
Working
http://localhost:3001/templates/single -> http://localhost:3001/showcase/single is work
http://localhost:3001/templates/multi/slug -> http://localhost:3001/showcase/single is work
Not Working
http://localhost:3001/templates/multi/slug -> http://localhost:3001/showcase/multi/slug doesn't work (this will show normal page not Intercepting page
Current vs. Expected behavior
when
http://localhost:3001/templates/multi/slug -> http://localhost:3001/showcase/multi/slug show Intercepting page
Provide environment information
Operating System:
Platform: win32
Arch: x64
Version: Windows 11 Pro
Available memory (MB): 16231
Available CPU cores: 4
Binaries:
Node: 20.17.0
npm: 10.7.0
Yarn: N/A
pnpm: 9.8.0
Relevant Packages:
next: 15.0.3 // Latest available version is detected (15.0.3).
eslint-config-next: 15.0.3
react: 18.3.1
react-dom: 18.3.1
typescript: 5.6.3
Next.js Config:
output: N/AWhich area(s) are affected? (Select all that apply)
Developer Experience, dynamicIO, Navigation, Parallel & Intercepting Routes, Performance
Which stage(s) are affected? (Select all that apply)
next build (local), next start (local), Vercel (Deployed), Other (Deployed)
Additional context
No response
Metadata
Metadata
Assignees
Labels
Cache ComponentsRelated to the `cacheComponents`, `useCache`, or `ppr` experimental flags.Related to the `cacheComponents`, `useCache`, or `ppr` experimental flags.Linking and NavigatingRelated to Next.js linking (e.g., <Link>) and navigation.Related to Next.js linking (e.g., <Link>) and navigation.Parallel & Intercepting RoutesRelated to Parallel and/or Intercepting routes.Related to Parallel and/or Intercepting routes.PerformanceAnything with regards to Next.js performance.Anything with regards to Next.js performance.bugIssue was opened via the bug report template.Issue was opened via the bug report template.locked