Multiple interceptions in multi-segment routes
Unanswered
Asiatic Lion posted this in #help-forum
Asiatic LionOP
Hi, what is the expected behavior for a tree like?
I want the bar-baz-foo to render when I navigate to /foo from /bar/baz, but bar-foo seems to be rendered instead. Why? Is this a bug? I don't see the expected behavior stated in the documentation.
[Here](https://codesandbox.io/p/github/brunorguerra/nextjs-report-bug-navigation/csb-h4pzwq/draft/quizzical-mcnulty?workspace=%257B%2522activeFilepath%2522%253Anull%252C%2522openFiles%2522%253A%255B%255D%252C%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522gitSidebarPanel%2522%253A%2522COMMIT%2522%252C%2522spaces%2522%253A%257B%2522clg3qyyqt000x356h7tgl526w%2522%253A%257B%2522key%2522%253A%2522clg3qyyqt000x356h7tgl526w%2522%252C%2522name%2522%253A%2522Default%2522%252C%2522devtools%2522%253A%255B%257B%2522type%2522%253A%2522PREVIEW%2522%252C%2522taskId%2522%253A%2522dev%2522%252C%2522port%2522%253A46371%252C%2522key%2522%253A%2522clg3razxn006s356hxc23jf7m%2522%252C%2522isMinimized%2522%253Afalse%252C%2522path%2522%253A%2522%252FpostList%2522%257D%252C%257B%2522type%2522%253A%2522TASK_LOG%2522%252C%2522taskId%2522%253A%2522dev%2522%252C%2522key%2522%253A%2522clg3ray0d002o356hzbrb11wz%2522%252C%2522isMinimized%2522%253Afalse%257D%255D%257D%257D%252C%2522currentSpace%2522%253A%2522clg3qyyqt000x356h7tgl526w%2522%252C%2522spacesOrder%2522%253A%255B%2522clg3qyyqt000x356h7tgl526w%2522%255D%252C%2522hideCodeEditor%2522%253Afalse%257D) is an MWE.
foo/page.js
bar/(..)foo.js
bar/baz/(..)(..)foo.js
I want the bar-baz-foo to render when I navigate to /foo from /bar/baz, but bar-foo seems to be rendered instead. Why? Is this a bug? I don't see the expected behavior stated in the documentation.
[Here](https://codesandbox.io/p/github/brunorguerra/nextjs-report-bug-navigation/csb-h4pzwq/draft/quizzical-mcnulty?workspace=%257B%2522activeFilepath%2522%253Anull%252C%2522openFiles%2522%253A%255B%255D%252C%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522gitSidebarPanel%2522%253A%2522COMMIT%2522%252C%2522spaces%2522%253A%257B%2522clg3qyyqt000x356h7tgl526w%2522%253A%257B%2522key%2522%253A%2522clg3qyyqt000x356h7tgl526w%2522%252C%2522name%2522%253A%2522Default%2522%252C%2522devtools%2522%253A%255B%257B%2522type%2522%253A%2522PREVIEW%2522%252C%2522taskId%2522%253A%2522dev%2522%252C%2522port%2522%253A46371%252C%2522key%2522%253A%2522clg3razxn006s356hxc23jf7m%2522%252C%2522isMinimized%2522%253Afalse%252C%2522path%2522%253A%2522%252FpostList%2522%257D%252C%257B%2522type%2522%253A%2522TASK_LOG%2522%252C%2522taskId%2522%253A%2522dev%2522%252C%2522key%2522%253A%2522clg3ray0d002o356hzbrb11wz%2522%252C%2522isMinimized%2522%253Afalse%257D%255D%257D%257D%252C%2522currentSpace%2522%253A%2522clg3qyyqt000x356h7tgl526w%2522%252C%2522spacesOrder%2522%253A%255B%2522clg3qyyqt000x356h7tgl526w%2522%255D%252C%2522hideCodeEditor%2522%253Afalse%257D) is an MWE.