- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2024 09:27 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 07:03 AM - edited 04-09-2024 07:05 AM
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 -
- Created a new Parent App record for the portal (table - sys_ux_app).
- Linked the Parent App with the portal UI theme.
- Set the parent app to "UXR Base Unified App" manually
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 02:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 08:37 AM
The resolution in https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1588230 fixed this issue for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 07:03 AM - edited 04-09-2024 07:05 AM
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 -
- Created a new Parent App record for the portal (table - sys_ux_app).
- Linked the Parent App with the portal UI theme.
- Set the parent app to "UXR Base Unified App" manually
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 05:48 AM
@Akshay Gupta2 This appears to be working in my PDI. Upvoted -- thank you for following up!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 06:43 AM
Happy to help😊
Regards
Akshay