Is Next 13 Advanced Routing BROKEN? Parallel Routes | Intercepting Routes | NextJS 13

preview_player
Показать описание
I've been playing around with advanced routing in Next 13 app router and something doesn't seem quite right. So what do you think? Is advanced routing in Next 13 broken, or is it just me? Please let me know what you think in the comments!

Relevant Docs:

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

Hi, I had the same error with version v13.4.6, update the next js version to v13.4.7 and it fixed it for me.

leonardotosetto
Автор

I'm facing the same. Trying to display a modal using parallel + intercepting routes.

Sometimes it works, most of the time it doesn't (when i refresh the page). Plus, it took me some time to understand that (.)(..)(...) because I wasn't realizing what the doc means by "segment", "slots".

Anyway, I hope Next JS get fixed asap.


Great video, LRKN 👍🏻

pthiago_s
Автор

deleting the .next folder worked for me. (I wasted 2 hours of my life trying to figure out how to solve this 😫).

Guilherme-mgio
Автор

Intercepting routes is completely broken for me. I have no idea what's I'm doing wrong.

jscul
Автор

I got mine to work on the home page using an @modal folder with (.)login folder inside the @modal, then a page.jsx and login.module.css file inside the (.)login folder. Bear in mind, the @modal was situated in the app directory. That worked superb until the update to 13.4.10. Now I am getting an error which does not leave even if I revert to 13.4.8. Crazy stuff is happening man and I need to complete this app by October 2023

ambrosebeavers
Автор

Has anyone got a solution yet??? mine error is slightly different, showing a 404 error.

batoolfatima
Автор

run the server again 'yarn dev' xD

omargamal