Next.js Discord

Discord Forum

Parallel Routes on children issue, get not found

Unanswered
Bombay-duck posted this in #help-forum
Open in Discord
Bombay-duckOP
I have issue when using Routing on children. Here's my directory

/app
  /account
    /@navigation
    /transaction
  layout.tsx


I call the @navigation on layout.tsx account. when navigate to /account/transaction from account works, when refresh get 404 Not Found.

1 Reply

Bombay-duckOP
issue solved, on @navigation from page.tsx => default.tsx