Intercepting Routes not working, get 404 page
Unanswered
Himalayan posted this in #help-forum
HimalayanOP
i have structure:
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
-app
page.tsx
layout.tsx
-users
page.tsx
layout.tsx
-@modal
-(.)[id]
page.tsx
-[id]
page.tsxwhen 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