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
Summary:
Can't do any action's with Authorizations in release build.
Error:
Process: com.saltedge.authenticator, PID: 6347
io.jsonwebtoken.lang.UnknownClassException: Unable to load class named [io.jsonwebtoken.impl.DefaultJwtBuilder] from the thread context, current, or system/application ClassLoaders. All heuristics have been exhausted. Class could not be found. Have you remembered to include the jjwt-impl.jar in your runtime classpath?
at io.jsonwebtoken.lang.a.a(Classes.java:7)
at io.jsonwebtoken.lang.a.c(Classes.java:1)
at ba.a.a(Jwts.java:1)
at s9.c.a(JwsTools.kt:1)
at p9.c.a(HeaderInterceptor.kt:2)
at j9.i.k(ConnectionsRevokeConnector.kt:12)
at i9.a.e(ScaServiceClient.kt:2)
at q8.o.a(SettingsListInteractorV2.kt:10)
at q8.p.n0(SettingsListViewModel.kt:2)
at com.saltedge.authenticator.features.settings.list.SettingsListFragment.y2(SettingsListFragment.kt:1)
at com.saltedge.authenticator.features.settings.list.SettingsListFragment.j2(Unknown Source:0)
at q8.a.onClick(Unknown Source:2)
at androidx.appcompat.app.AlertController$g.handleMessage(AlertController.java:3)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:201)
at android.app.ActivityThread.main(ActivityThread.java:6864)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
The text was updated successfully, but these errors were encountered:
Summary:
Can't do any action's with Authorizations in
release
build.Error:
The text was updated successfully, but these errors were encountered: