Parallel routes not intercepting
Unanswered
Cape lion posted this in #help-forum
Cape lionOP
Hi there, I'm having a bit of an issue.
I'm having a page
Everything works fine on development.
But on production I'm facing a weird behavior, and I can't tell if it's the way it works or something I did wrong.
When starting my navigation from the
(note that if I start from the homepage, and open the modal, it works. issue only occurs when starting navigation from the standalone
Is this normal behavior ?
I'll provide some code if that's not supposed to be the expected behavior.
Many thanks !
I'm having a page
/meeting
. This page can be intercepted when I click on a link in my navbar, opening a modal.Everything works fine on development.
But on production I'm facing a weird behavior, and I can't tell if it's the way it works or something I did wrong.
When starting my navigation from the
/meeting
page, then navigating to the homepage and clicking on the link to open the modal, it instead brings me to the standalone /meeting page.(note that if I start from the homepage, and open the modal, it works. issue only occurs when starting navigation from the standalone
/meeting
page).Is this normal behavior ?
I'll provide some code if that's not supposed to be the expected behavior.
Many thanks !