Custom Landing page not loading
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2022 02:09 PM
I have created a custom landing page in the Unified Navigation App experience. Following the instructions in this Next Experience post, I duplicated the Next Experience Landing Page and created an audience for the custom page and gave it an order of 99. After making modifications to the variant, it's still loading the OOB landing page and not my custom page. How can I get the custom page to appear?
- Labels:
-
UI Framework Next Experience

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2022 06:17 AM
What are the orders on the other two pages? Also, if you're testing with an admin user I believe you have to explicitly have whatever role you've specified in the audience when you test it. You may want to impersonate a user and test to validate that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2022 08:13 AM
Hi Brad,
I finally found the answer - I missed setting the order on the variant condition. It's not intuitive that the order should be set there and I couldn't find any instructions, but I found the answer in an unrelated video (I think it was one of yours!) and now it's working.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 09:01 PM
Nice find! I had this exact problem when I was performing the UI Builder training and this was the first place where I found any additional information about the issue. For the next person that encounters the issue, in the Tokyo release patch 1 at least here's what I found. The exact issue is there is a role, x_58872_needit.admin that contained another role x_58872_needit.needit_user. Two individuals were given each of the roles, and therefore the user with the x_58872_needit.admin role inherited the x_58872_needit.needit_user role. The x_58872_needit.admin role was applied to an audience and a UI Builder variant page called Needit Admin Home. And x_58872_needit.needit_user was applied to a different audience and variant page called NeedIt User Home. Applying just audiences with orders to UI Builder page variants was not sufficient enough for the instance to properly serve the the NeedIt Admin Home to users with the x_58872_needit.admin role. I needed to modify the 'Edit conditions' of each variant page and put the highest privileged page, NeedIt Admin Home, first, with an order of 100 and NeedIt User Home with an order of 200.