#Page reloads while changing route group in nextjs app router...
7 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
navigation between root layouts requires a full page reload. so the solution to this is to create only one root layout
you should keep the rootlayout as minimal as possible. the layouts you have made must be declared as nodes of that RootLayout.
(rootlayout) --->
|
(admin) ---->
(product) ---->
(docs) ---->
so on
@wide glade if that helped you, please mark an answer as solution, like mentioned here: #1165925111933714512 message
This question has been marked as answered! If you have any other questions, feel free to create another post
[Click here](#1165925111933714512 message)