Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Unable to log into mobile: Cannot log in due application error

SA-31819

Summary



Unable to log into custom mobile application with credentials.

Error Messages



On screen: Cannot log in due application error. See logs
On logs: Cannot set property 'busyIndInterval' of null


Steps to Reproduce



Log into the mobile app with the credentials.

Root Cause



An issue in the custom application code or rules:
pega.u.d.gBusyInd.busyIndInterval was null and an If condition was missing. Hence, Cannot set property 'busyIndInterval' of null error occurred.


Resolution



Perform the following local-change:

Add If condition in userworkform script tag to check whether object 'pega.u.d.gBusy' is available.

<script type="text/javascript">
 pega.u.d.busyIndInterval = 0;
 if(pega.u.d.gBusy)
     pega.u.d.gBusyInd.busyIndInterval=0;
</script>

Published January 5, 2017 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us