Question
Estes
US
Last activity: 9 Feb 2023 0:58 EST
SECU0019 - On load of end user portal
Hi All
I have functionality that triggers a local flow action on a load of an end-user portal.
It worked fine in 8.2.X and we moved to 8.6X, I see that the local flow action is blocked in the end user portal. I could see a SECU0019 in the log files. That seems to block the modal dialog of the local flow action.
Below is a snippet of the code to launch the flow action on load of the portal.
pega.u.d.attachOnload(function() { pega.api.ui.actions.launchLocalAction(); }
Appreciate any leads on fixing the SECU0019 triggered in such cases.