Next.js Discord

Discord Forum

Intercepting Routes not working, get 404 page

Unanswered
Himalayan posted this in #help-forum
Open in Discord
HimalayanOP
i have structure:
-app
  page.tsx
  layout.tsx
  -users
    page.tsx
    layout.tsx
    -@modal
      -(.)[id]
        page.tsx
    -[id]
      page.tsx

when i navigate to /users - i get 404 page
but with default.tsx file in @modal section navigation work correct but modal window still doesn't render and next just redirects me to users/[id] page not modal

0 Replies