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 -:
- You can refer to the vlogs to check what the error is and debug it.
- But usually what happens is :
 You may get, ‘auth’ as null in the Client Response Data in vLogs.
Solution:
- Provide Success rule in the service.
 For example- {“$.[0].p_gprs_string”:“y”}
- Update the serive, Sync it with release manager.
              
              
              3 Likes
            
          
