Getting Blank Page or Page Defination fails to load in UI Builder

Akshay Gupta2
Kilo Sage

Hi Community,

 

I am facing one issue in UI Builder pages. Previously it used to work fine but since Vancouver, this is a repeated issue for me. I have implemented Service Portal with UI Builder.

 

Issue Getting Blank Page in UI Builder Pages, have to reload again then only page contents load, and this is happening very often. I thought this could be issue with caching, But don't no ho to disable cahing for UI Builder pages.

 

Tried including timestamp in URL also, but still facing this issue.

If I hit same URL - 2-3 time, Page do not loads compltely and I have to reload again.

 

Note** No component or event is triggered - Like Page ready or Page paramer changed.

 

Really Appreciate the help on this.

Thanks

Akshay

1 ACCEPTED SOLUTION

Akshay Gupta2
Kilo Sage

Hi everyone,

 

Just wanted to update you all on this issue. Apparently this was a know issue with servicenow. Blank Page in UI Builder service portal. Please check sys_ux_page_registry record for portal. check if parent app is missing or not.

 

Cause  - 

ServiceNow Known Issue: The absence of the Parent App in the application configuration was identified as the root cause. The Parent App is essential for experiences created using the Portal App shell, though enforcement was lacking. Servicenow added the business rule below in order to enforce the parent app while inserting a new experience but seems it was not working.

 

Got the following resolution from servicenow:

Steps to Fix - 

  1. Created a new Parent App record for the portal (table - sys_ux_app).
  2. Linked the Parent App with the portal UI theme.
  3. Set the parent app to "UXR Base Unified App" manually 
  4. Added the Parent App back portal Application configuration (sys_ux_page_registry)

 

This resolved the issue for me, no longer getting blank pages on service portal developed using UI Builder.

 

Reference - 

This is a known issue and it has already been fixed via the PRB below:
PRB1625935 - Parent App is required for experiences created using Portal App shell, but there is no enforcement.

 

 

Do give thumbsup if works for you.

 

Regards,

Akshay

 

View solution in original post

15 REPLIES 15

Hi @tmonty79 

 

Did you fixed this issue or found some workaround?

Regards

Akshay

adestes
Tera Contributor

Akshay Gupta2
Kilo Sage

Hi everyone,

 

Just wanted to update you all on this issue. Apparently this was a know issue with servicenow. Blank Page in UI Builder service portal. Please check sys_ux_page_registry record for portal. check if parent app is missing or not.

 

Cause  - 

ServiceNow Known Issue: The absence of the Parent App in the application configuration was identified as the root cause. The Parent App is essential for experiences created using the Portal App shell, though enforcement was lacking. Servicenow added the business rule below in order to enforce the parent app while inserting a new experience but seems it was not working.

 

Got the following resolution from servicenow:

Steps to Fix - 

  1. Created a new Parent App record for the portal (table - sys_ux_app).
  2. Linked the Parent App with the portal UI theme.
  3. Set the parent app to "UXR Base Unified App" manually 
  4. Added the Parent App back portal Application configuration (sys_ux_page_registry)

 

This resolved the issue for me, no longer getting blank pages on service portal developed using UI Builder.

 

Reference - 

This is a known issue and it has already been fixed via the PRB below:
PRB1625935 - Parent App is required for experiences created using Portal App shell, but there is no enforcement.

 

 

Do give thumbsup if works for you.

 

Regards,

Akshay

 

@Akshay Gupta2 This appears to be working in my PDI.  Upvoted -- thank you for following up!

Happy to help😊

 

 

Regards

Akshay