Service Portal Opens in New Tab but Page Is Blank

rakeshnagar
Tera Contributor

Hi ServiceNow Community,

I am facing an issue while trying to access the Service Portal in my instance.

When I navigate to:
Service Portal → Service Portal Home

It opens in a new browser tab, but the page remains blank and nothing is displayed.

Instance details:
Instance type: Personal Developer Instance
Browser: Chrome
User role: admin

Kindly suggest what additional configuration or checks are required to resolve this issue.

Thanks in advance.

1 REPLY 1

akkd
Tera Contributor

Hi @rakeshnagar ,

 

Ideally, if you navigate to "Service Portal → Service Portal Home", it should land on a new tab which should look like the following:

akkd_0-1764351295308.png


The blank Service Portal in a PDI is usually caused either by cached data in the browser/instance or by a bad widget/dependency or customization; start with basic checks and, if needed, verify the portal configuration and console errors.

 

Start with some basic checks:
-> Try opening the portal in an incognito/private window, or a different browser, and clear both the browser cache and the instance cache (System Diagnostics → Cache.do).

-> Make sure pop‑ups are allowed for your instance URL and that no ad‑blocker or browser extension is blocking the page content.

 

Check for errors:

-> Open the portal, then press F12 and look at the Console and Network tabs for any JavaScript errors or failed requests (for example “Failed to instantiate module sn.$sp” or missing dependencies).

-> If you see an error mentioning a specific dependency or widget, open that record (sp_dependency or the widget) and uncheck “Include on page load” or revert the recent customization, then test again.

 

Verify portal configuration:

-> Navigate to Service Portal > Portals and confirm that the portal you are trying to open exists, is active, and has a valid home page set.

-> If only this PDI is affected and you recently imported update sets or made heavy customizations, temporarily deactivate or roll back those changes.

 

If nothing helps, consider refreshing/resetting the PDI, which often fixes blank‑page issues caused by corrupted portal configuration.

********************************************************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards,
Akkilesh Kumar D - Aspiring ServiceNow Enthusiast on a Learning Journey

"IGNITING COLLECTIVE GROWTH"
LinkedIn: https://www.linkedin.com/in/akkileshkumard

********************************************************************************************************************************************************