Skip to content

Intercepting Routes with Dynamic catch all segments #72523

@programming-with-ia

Description

@programming-with-ia

Link to the code that reproduces this issue

https://github.com/programming-with-ia/intercepting-test

To Reproduce

  1. 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/A

Which 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

No one assigned

    Labels

    Cache ComponentsRelated to the `cacheComponents`, `useCache`, or `ppr` experimental flags.Linking and NavigatingRelated to Next.js linking (e.g., <Link>) and navigation.Parallel & Intercepting RoutesRelated to Parallel and/or Intercepting routes.PerformanceAnything with regards to Next.js performance.bugIssue was opened via the bug report template.locked

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions