Hi all,
I am using route hijacking in my Umbraco set up (Umbraco 12.0.1), however when I create a Render Controller for my Login page doc type I run into issues when I try to render a node which is protected by the Login page. I.e. if my Home doc type is protected by the Login doc type I get a model binding error as they both have different Render Controllers, instructing them to return different models respectively.
How can I manage this kind of scenario effectively with route hijacking?