You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything is working fine untill I click on "Take me to Digilocker Flow" button It is showing following issue:
java.lang.IllegalStateException: appKey not found in inputs
at co.hyperverge.hyperkyc.ui.viewmodels.MainVM.injectFromVariables(MainVM.kt:1146)
at co.hyperverge.hyperkyc.ui.viewmodels.MainVM.injectFromVariables$default(MainVM.kt:1118)
at co.hyperverge.hyperkyc.ui.viewmodels.MainVM.generateWorkflowUIState(MainVM.kt:973)
at co.hyperverge.hyperkyc.ui.viewmodels.MainVM.flowForward(MainVM.kt:1021)
at co.hyperverge.hyperkyc.ui.form.FormFragment$showLegacyForm$1$clickListener$1.invoke(FormFragment.kt:138)
at co.hyperverge.hyperkyc.ui.form.FormFragment$showLegacyForm$1$clickListener$1.invoke(FormFragment.kt:136)
at co.hyperverge.hyperkyc.ui.form.FormFragment.showLegacyForm$lambda-8$lambda-6(FormFragment.kt:141)
at co.hyperverge.hyperkyc.ui.form.FormFragment.$r8$lambda$5RDsD-BlN_cIGWaMBknXd3dtnW8(Unknown Source:0)
at co.hyperverge.hyperkyc.ui.form.FormFragment$$ExternalSyntheticLambda1.onClick(Unknown Source:2)
at android.view.View.performClick(View.java:7184)
at com.google.android.material.button.MaterialButton.performClick(MaterialButton.java:1131)
at android.view.View.performClickInternal(View.java:7157)
at android.view.View.access$3500(View.java:821)
at android.view.View$PerformClick.run(View.java:27660)
at android.os.Handler.handleCallback(Handler.java:914)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:225)
at android.app.ActivityThread.main(ActivityThread.java:7563)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:994)
I/Process: Sending signal. PID: 3802 SIG: 9
The text was updated successfully, but these errors were encountered:
Everything is working fine untill I click on "Take me to Digilocker Flow" button It is showing following issue:
The text was updated successfully, but these errors were encountered: