Replies: 3 comments
-
I have the same problem, I think. We have catch all route at root ( Problem is that this same route catches also intercepting routes so when modal is open, in the background we have our 404 page instead of the page where modal was opened. Is this by design or is this a bug? |
Beta Was this translation helpful? Give feedback.
-
We are experiencing the same issue where we have something like Here the full layout of the app
As a said when running in |
Beta Was this translation helpful? Give feedback.
-
Same here. Any update? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hi !
I'm trying to get "intercepting route" to work with the "catch-all segment".
I fork the nextgram repo and i replace the hardcoded
photos
folder with a dynamic route[...slug]
to catch the routephotos/[id]
.params.slug
is equal to[ 'photos2' ]
instead of['photos', 2]
Am I doing something wrong ?
Additional information
Example
https://nextgram-three.vercel.app/
Beta Was this translation helpful? Give feedback.
All reactions