Two Homepages Loading After Login

0
I’m experiencing an issue where two different homepages load after a user logs in. First, the default homepage (based on the user role) appears, another page loads on top of it. This results in two pages loading one after the other, making it seem like both homepages are being shown. I’ve already checked the navigation settings, and everything appears correct. It seems like something else—possibly a microflow, startup logic, or another configuration—is triggering the additional page load. Has anyone encountered this before or knows where else I should look?    
asked
2 answers
0

This is interesting. lets check each and every point and then try. You can also enable log for "Client" node from Console -> Advanced -> Log levels. Set it to "Trace". 

1. Navigation, remove all role based home pages

2. Settings, remove startup microflow from runtime tab.  

 

answered
0

Hi Simian,

Check all locations where the homepage might be triggered more than once, such as role-based navigation settings, login or authentication microflows, startup or after-startup logic, and any SSO or custom login flows. You can use Edit → Find and search for the homepage name to see where it is referenced throughout the project. Then, temporarily disable these usages one by one to identify which configuration or microflow is causing the additional page load.

answered