can anyone help me fix an issue with parallel route
Answered
Cape lion posted this in #help-forum
Cape lionOP
im just starting to learn Next and i came across this problem where i tried to setup parallel route but the browser only displays whats in the page.tsx inside the complex-dashboard. can anyone help me figure out what i did wrong?
6 Replies
Cape lionOP
Answer
@alfonsüs ardani try stopping dev server, delete `.next` folder and re-try
Cape lionOP
restarting the dev server worked. thanks a lot
do i have to restart the server every time i setup parallel routes?
@Cape lion do i have to restart the server every time i setup parallel routes?
yeah, parallel routes are a bit finnickey. i havent tested if its fixed in 16/latest version