Next.js Discord

Discord Forum

Route between slugs

Unanswered
Dwarf Crocodile posted this in #help-forum
Open in Discord
Dwarf CrocodileOP
Is it possible to create a parallel route in this way?:

app |-- @chart |-- [phase] |-- ranking |-- [dashboard] |-- page.tsx |-- layout.tsx |-- page.tsx

I tried exactly as in the example, but Next.js returns "not found."

6 Replies

Dwarf CrocodileOP
Hey Alfonsus! Yep, this route exists; however, it still doesn't work.
try deleting next folder and rerender
Dwarf CrocodileOP
Already done :fine:
so whats your route structure currently like?