I am working on a nodejs project where I have two layout. They are displayed accordingly based on authorization. But the bug is that the layout is not updating when the page changes internally. If we refresh the page then it works right which is not right, What’s the fix for this ?
Hi.
It sounds like you might be redirecting to a content page with another layout using internal.
You need to switch off internal when a content page of different layout page is being called.
If this is not your issue, maybe post a few more details on how the links & routes are setup.