pattabhi
(Pattabhi Nandarapu)
September 19, 2025, 5:58am
1
Which IIQ version are you inquiring about?
IIQ.8.5
Please share any images or screenshots, if relevant.
It’s just not loading… keep spinning.
We have migrated from IIQ 8.4p2 to IIQ 8.5, no errors observed during migration.
Anyone experiencing similar issue?
malarvanan12
(Malarvanan Anbalagan)
September 19, 2025, 6:35am
2
Did you change Anything inside “webapps\identityiq\define\” folder?
pattabhi
(Pattabhi Nandarapu)
September 19, 2025, 6:41am
3
Dear @malarvanan12
No changes.
vedeepak
(Deepak Vema)
September 19, 2025, 1:39pm
4
Do you see any errors in browser console when you open My Access Review page? to see browser console click ctrl + shift + i
malarvanan12
(Malarvanan Anbalagan)
September 19, 2025, 3:06pm
5
Please go to inspect page and verify whether the issue is with backend or frontend, and check for any errors in console
pattabhi
(Pattabhi Nandarapu)
September 22, 2025, 5:19am
6
Dear @vedeepak @malarvanan12
From browser console I see following error:
ERROR Error: Content, template or component is required for model dialog!
vedeepak
(Deepak Vema)
September 22, 2025, 6:52am
7
There could be some UI libraries or UI references are missing. Did you upgrade from one version to another version? if so check if any missing libraries or any UI related changes that need to moved to new version.
There could be chance of having issues with your existing plugins which supports My Access Review page might be works with you previous version and it may not work after the upgrade.
pattabhi
(Pattabhi Nandarapu)
September 22, 2025, 7:08am
8
Dear @vedeepak
There is no customization around Access Reviews, we have migrated all the way from 7.0p6 to 8.5(version by version migration, all major versions). until 8.4p2 no issues, it happened after 8.5 migration.
Is this the only page that is not loading? Are other pages in IIQ loading correctly and fast?
Also
Did you look at DevTools in Chrome (F12) and switch to Network tab.
Reload you page and observe the requests. Which one is taking very long ?
pattabhi
(Pattabhi Nandarapu)
September 23, 2025, 5:15am
10
Dear @aleksander_jachowicz
Thanks for your comments.
This is the only page having issue, rest of the pages loading without any issues.
in chrome not even showing the loading icon, page is blank.
From browser Network tab I see following:
Potentially unhandled rejection [5] (SystemJS) " " String literal contains an unescaped line break.
http://hostname/identityiq/ui/jspm_packages/system-polyfills.js?
This is the network traffic I see when I open my access review page:
this is a screen shot from my network tab.
Do you see anything similar in there?
pattabhi
(Pattabhi Nandarapu)
September 24, 2025, 4:15am
12
Dear @aleksander_jachowicz
Thank you for the reference screenshot.
I am unable to share a screenshot from my environment due to the confidential nature of the project.
The process appears to be stuck at the certification.jsf step with errors.
View source in Debugger --> http://hostname/identityiq/certification/certification.jsf
Potentially unhandled rejection [5] (SystemJS) " " String literal contains an unescaped line break.
View source in Debugger -- > http://hostname/identityiq/ui/jspm_packages/system-polyfills.src.js:145:34
http://hostname/identityiq/ui/jspm_packages/system-polyfills.js?
http://hostname/identityiq/ui/jspm_packages/system-polyfills.js?
http://hostname/identityiq/ui/jspm_packages/system-polyfills.js?
...
...
...
Evaluating http://hostname/identityiq/ui/js/bundles/SailPopintBundle.js?
Error loading http://hostname/identityiq/ui/js/bundles/SailPopintBundle.js?
Error loading http://hostname/identityiq/ui/jspm_packages/npm/core-js@2.6.9/modules/es6.array.map.js as "core-js/modules/es6.array.map.js"
from http://hostname/identityiq/ui/jspm_packages/npm/@a...form-browser-dynamic/bundles/platform-browser-dynamic.umd.js
msingh900
(Manish Singh)
September 24, 2025, 7:16am
13
Hi @pattabhi
Is there any UI customization that you have done for these javascript files or anykind of custom js file is used. Please confirm on this.
When you request that page in GUI are there any errors or warning visible in any of the Tomcat logs (server side)?
This is OOTB page and if the other ones are working this one should not be different so this is tricky, hence a lot of questions
pattabhi
(Pattabhi Nandarapu)
September 25, 2025, 4:30am
15
Hi @aleksander_jachowicz
There are no errors observed during page load, but when we close the browser then there are some database connection errors.
An established connection was aborted by the software in your host machine
Regarding network traffic, I have seen similar output of your screenshot, but in console there are errors which I mentioned in my previous comment.
pattabhi
(Pattabhi Nandarapu)
October 14, 2025, 9:04am
17
Dear @aleksander_jachowicz
Latest update: Today, I replaced the following XHTML file (the default file) with IIQ 8.4 , and then it started loading.
..\webapps\identityiq\certification\certification.xhtml
I compared the 8.4 and 8.5 default files (certification.xhtml) and found a difference.
So what you are saying is that during an upgrade, certification.xhtml file didn’t get upgraded to the new version?
pattabhi
(Pattabhi Nandarapu)
October 14, 2025, 9:47am
19
I’m unsure of the ideal fix; the SailPoint engineering team needs to investigate.