Next.js Discord

Discord Forum

BypassIntercepting / Parallel route modal

Unanswered
American Wirehair posted this in #help-forum
Open in Discord
American WirehairOP
Thanks to some eariler help i was able to get the modals working for intercepting layouts.

The problem
Every link on my site to user/foo opens in a modal (as it is built). What i want, is only some links to use this modal and others not.

Eg. users/ page has a list of all users, where you can click them and open a preview modal.

But my site navigation has a link to your own profile /user/you that also opens in the modal.

I'd like only the links inside the user list to have the preview with intercepting route.

I have googled, read the docs but cant seem to figure out what to do / how to proceed.

4 Replies