Closed anuragjksamanta92 closed 3 years ago
Same issue here
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇♂️
Implementing Login/Sign Up using Lock Widget
Getting this error in Logcat: 2020-10-09 20:45:25.928 3473-4954/com.auth0.authoimplementation E/LockActivity: Failed to authenticate the user: An error occurred when trying to authenticate with the server. com.auth0.android.authentication.AuthenticationException: An error occurred when trying to authenticate with the server. at com.auth0.android.request.internal.AuthenticationErrorBuilder.from(AuthenticationErrorBuilder.java:29) at com.auth0.android.request.internal.AuthenticationErrorBuilder.from(AuthenticationErrorBuilder.java:12) at com.auth0.android.request.internal.BaseRequest.parseUnsuccessfulResponse(BaseRequest.java:139) at com.auth0.android.request.internal.SimpleRequest.onResponse(SimpleRequest.java:71) at com.squareup.okhttp.Call$AsyncCall.execute(Call.java:177) at com.squareup.okhttp.internal.NamedRunnable.run(NamedRunnable.java:33) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:919)