What to do when we get an undefined error in the Login screen?

What to do when we get an undefined error in the Login screen? The loader keeps on loading but the user is unable to login.

1 Like

The raised issue refers to the screen shot given below :

Answer to this point is -:

  1. You can refer to the vlogs to check what the error is and debug it.
  2. But usually what happens is :
    You may get, ‘auth’ as null in the Client Response Data in vLogs.

Solution:

  1. Provide Success rule in the service.
    For example- {“$.[0].p_gprs_string”:“y”}

  1. Update the serive, Sync it with release manager.
3 Likes