Show-HTML or Show-Stream is not updating the browser with new screen
In our custom login screen, we have two buttons, one for logging in and another for resetting password. When a user clicks on the reset password button, the main custom authentication activity branches to another activity that handles reset password. This activity is supposed to display a new screen where the user is prompted for more information. I was able to trace this action and can see the stream rule for the reset password in the tracer, however, the browser is still displaying the login screen and a pop-up message that says 'No failure response set by custom authentication activity'. The log file has the following as well:
In our custom login screen, we have two buttons, one for logging in and another for resetting password. When a user clicks on the reset password button, the main custom authentication activity branches to another activity that handles reset password. This activity is supposed to display a new screen where the user is prompted for more information. I was able to trace this action and can see the stream rule for the reset password in the tracer, however, the browser is still displaying the login screen and a pop-up message that says 'No failure response set by custom authentication activity'. The log file has the following as well:
com.pega.pegarules.pub.PRRuntimeException: No failure response set by custom authentication activity
at com.pega.pegarules.session.internal.mgmt.authentication.SchemePRCustom.onAuthenticationFailure(SchemePRCustom.java:885)
at com.pega.pegarules.session.internal.mgmt.authentication.Authentication.doAuthentication(Authentication.java:563)
at com.pega.pegarules.session.internal.engineinterface.service.HttpAPI.handleAuthentication(HttpAPI.java:1910)
at com.pega.pegarules.session.external.engineinterface.service.EngineAPI.activityExecutionProlog(EngineAPI.java:476)
at com.pega.pegarules.session.external.engineinterface.service.EngineAPI.processRequestInner(EngineAPI.java:392)
at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:1043)
at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:765)
at com.pega.pegarules.session.external.engineinterface.service.EngineAPI.processRequest(EngineAPI.java:328)
at com.pega.pegarules.session.internal.engineinterface.service.HttpAPI.invoke(HttpAPI.java:720)
at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineImpl._invokeEngine_privact(EngineImpl.java:312)
at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineImpl.invokeEngine(EngineImpl.java:263)
at com.pega.pegarules.session.internal.engineinterface.etier.impl.EngineImpl.invokeEngine(EngineImpl.java:240)
***Edited by Moderator Marissa to update categories; add SR Details***