Next.js Discord

Discord Forum

Very simple parallel routing is NOT working

Unanswered
American black bear posted this in #help-forum
Open in Discord
American black bearOP
For some reason I just can't get parallel routing to work even on an extremely simple project.
I seriously don't understand what I'm doing wrong.
Here I have a list slot that is passed inside the parent layout and it only renders {children}.

Please someone explain, thank you!

2 Replies

American black bearOP
Creating
default.tsx
seems to load every time, but
page.tsx
never loads.
American black bearOP
welp, parallel routing seems to be pretty broken