Inji login with Mobile app issue

@swatigoel Inji login with Mobile app issue , after scanning QR code from the Inji its throwing “something went wrong, please try again later” error. We are not getting any error in esignet.

@karthiksj can you provide more details? Are you referring to QR code login?

@Harini_Sampathkumar Yes am referring QR code login. we have built apk from v0.11.0 tag.

@karthiksj is this your on-prem env? If yes, can you please share esignet pod logs?

I am hoping you have used correct esignet host while building the Inji App.

@swatigoel This is e2e cloud env not onprem. We are using api. domain name as esignet host.

@karthiksj do you see any request coming to esignet pod?
If not, can you try esignet host as esignet.domain name?

@swatigoel Attached esignet logs.
{“@timestamp”:“2024-05-07T08:55:39.801Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“-”,“statusCode”:200,“req.requestURI”:“/v1/esignet/actuator/health”,“bytesSent”:60,“timeTaken”:0.010,“appName”:“esignet”,“req.userAgent”:“kube-probe/1.22”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“10.2.20.13”}
{“@timestamp”:“2024-05-07T08:55:39.846Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“25866d1f3ad7e74a200fbc31e6b1b390”,“statusCode”:200,“req.requestURI”:“/v1/esignet/csrf/token”,“bytesSent”:100,“timeTaken”:0.003,“appName”:“esignet”,“req.userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36”,“req.xForwardedFor”:“103.146.175.110,10.42.5.0, 10.42.0.80”,“req.referer”:“e-Signet”}
{“@timestamp”:“2024-05-07T08:55:39.965Z”,“@version”:“1”,“message”:“nonce : ere973eieljznge2311 Valid client id found, proceeding to validate redirect URI”,“logger_name”:“io.mosip.esignet.services.AuthorizationServiceImpl”,“thread_name”:“http-nio-8088-exec-4”,“level”:“INFO”,“level_value”:20000,“appName”:“esignet”}
{“@timestamp”:“2024-05-07T08:55:39.965Z”,“@version”:“1”,“message”:“isRequestedUserInfoClaimsPresent ? true”,“logger_name”:“io.mosip.esignet.services.AuthorizationServiceImpl”,“thread_name”:“http-nio-8088-exec-4”,“level”:“INFO”,“level_value”:20000,“appName”:“esignet”}
{“@timestamp”:“2024-05-07T08:55:39.965Z”,“@version”:“1”,“message”:“Started to resolve claims based on the request scope [openid, profile] and claims Claims(userinfo={given_name=ClaimDetail(value=null, values=null, essential=true), phone_number=ClaimDetail(value=null, values=null, essential=false), email=ClaimDetail(value=null, values=null, essential=true), picture=ClaimDetail(value=null, values=null, essential=false), gender=ClaimDetail(value=null, values=null, essential=false), birthdate=ClaimDetail(value=null, values=null, essential=false), address=ClaimDetail(value=null, values=null, essential=false)}, id_token={})”,“logger_name”:“io.mosip.esignet.services.AuthorizationServiceImpl”,“thread_name”:“http-nio-8088-exec-4”,“level”:“INFO”,“level_value”:20000,“appName”:“esignet”}
{“@timestamp”:“2024-05-07T08:55:39.965Z”,“@version”:“1”,“message”:“Resolved claims: [name, address, gender, birthdate, picture, email, phone_number] based on request scope : [openid, profile]”,“logger_name”:“io.mosip.esignet.services.AuthorizationServiceImpl”,“thread_name”:“http-nio-8088-exec-4”,“level”:“INFO”,“level_value”:20000,“appName”:“esignet”}
{“@timestamp”:“2024-05-07T08:55:39.965Z”,“@version”:“1”,“message”:“Final resolved user claims : Claims(userinfo={birthdate=ClaimDetail(value=null, values=null, essential=false), address=ClaimDetail(value=null, values=null, essential=false), gender=ClaimDetail(value=null, values=null, essential=false), name=null, phone_number=ClaimDetail(value=null, values=null, essential=false), picture=ClaimDetail(value=null, values=null, essential=false), email=ClaimDetail(value=null, values=null, essential=true)}, id_token={})”,“logger_name”:“io.mosip.esignet.services.AuthorizationServiceImpl”,“thread_name”:“http-nio-8088-exec-4”,“level”:“INFO”,“level_value”:20000,“appName”:“esignet”}
{“@timestamp”:“2024-05-07T08:55:39.965Z”,“@version”:“1”,“message”:“Registered ACRS :[mosip:idp:acr:linked-wallet, mosip:idp:acr:password, mosip:idp:acr:biometrics, mosip:idp:acr:generated-code]”,“logger_name”:“io.mosip.esignet.services.AuthorizationServiceImpl”,“thread_name”:“http-nio-8088-exec-4”,“level”:“INFO”,“level_value”:20000,“appName”:“esignet”}
{“@timestamp”:“2024-05-07T08:55:39.965Z”,“@version”:“1”,“message”:“Final resolved claims : Claims(userinfo={birthdate=ClaimDetail(value=null, values=null, essential=false), address=ClaimDetail(value=null, values=null, essential=false), gender=ClaimDetail(value=null, values=null, essential=false), name=null, phone_number=ClaimDetail(value=null, values=null, essential=false), picture=ClaimDetail(value=null, values=null, essential=false), email=ClaimDetail(value=null, values=null, essential=true)}, id_token={acr=ClaimDetail(value=null, values=[mosip:idp:acr:generated-code, mosip:idp:acr:biometrics, mosip:idp:acr:linked-wallet], essential=true)})”,“logger_name”:“io.mosip.esignet.services.AuthorizationServiceImpl”,“thread_name”:“http-nio-8088-exec-4”,“level”:“INFO”,“level_value”:20000,“appName”:“esignet”}
{“@timestamp”:“2024-05-07T08:55:39.974Z”,“@version”:“1”,“message”:“LogAudit failed with error : {}”,“logger_name”:“io.mosip.authentication.esignet.integration.service.IdaAuditPluginImpl”,“thread_name”:“http-nio-8088-exec-4”,“level”:“ERROR”,“level_value”:40000,“stack_trace”:“org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 Unauthorized: [{"id":null,"version":null,"responsetime":"2024-05-07T08:55:39.975Z","metadata":null,"response":null,"errors":[{"errorCode":"KER-ATH-401","message":"Authentication Failed"}]}]\n\tat org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105)\n\tat org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184)\n\tat org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125)\n\tat org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63)\n\tat org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780)\n\tat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738)\n\tat org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:649)\n\tat io.mosip.authentication.esignet.integration.service.IdaAuditPluginImpl.audit(IdaAuditPluginImpl.java:93)\n\tat io.mosip.authentication.esignet.integration.service.IdaAuditPluginImpl.logAudit(IdaAuditPluginImpl.java:52)\n\tat io.mosip.esignet.services.AuthorizationServiceImpl.getOauthDetailsV2(AuthorizationServiceImpl.java:135)\n\tat io.mosip.esignet.controllers.AuthorizationController.getOauthDetailsV2(AuthorizationController.java:62)\n\tat jdk.internal.reflect.GeneratedMethodAccessor252.invoke(Unknown Source)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:566)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)\n\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:878)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:792)\n\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)\n\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)\n\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n\tat org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)\n\tat org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)\n\tat org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter.doFilterInternal(BearerTokenAuthenticationFilter.java:114)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:141)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92)\n\tat org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)\n\tat org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)\n\tat org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)\n\tat org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n\tat org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690)\n\tat org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:747)\n\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)\n\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)\n\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)\n\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)\n\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n\tat java.base/java.lang.Thread.run(Thread.java:829)\n”,“appName”:“esignet”}
{“@timestamp”:“2024-05-07T08:55:39.975Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“ae4038f91873b8f29317fa9f585a5f54”,“statusCode”:200,“req.requestURI”:“/v1/esignet/authorization/v2/oauth-details”,“bytesSent”:2185,“timeTaken”:0.023,“appName”:“esignet”,“req.userAgent”:“Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36”,“req.xForwardedFor”:“103.146.175.110,10.42.5.0, 10.42.0.80”,“req.referer”:“e-Signet”}
{“@timestamp”:“2024-05-07T08:55:44.213Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“-”,“statusCode”:200,“req.requestURI”:“/v1/esignet/actuator/prometheus”,“bytesSent”:189838,“timeTaken”:0.005,“appName”:“esignet”,“req.userAgent”:“Prometheus/2.42.0”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“10.42.1.169”}
{“@timestamp”:“2024-05-07T08:55:47.102Z”,“@version”:“1”,“message”:“LogAudit failed with error : {}”,“logger_name”:“io.mosip.authentication.esignet.integration.service.IdaAuditPluginImpl”,“thread_name”:“http-nio-8088-exec-3”,“level”:“ERROR”,“level_value”:40000,“stack_trace”:“org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 Unauthorized: [{"id":null,"version":null,"responsetime":"2024-05-07T08:55:47.101Z","metadata":null,"response":null,"errors":[{"errorCode":"KER-ATH-401","message":"Authentication Failed"}]}]\n\tat org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105)\n\tat org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184)\n\tat org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125)\n\tat org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63)\n\tat org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780)\n\tat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738)\n\tat org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:649)\n\tat io.mosip.authentication.esignet.integration.service.IdaAuditPluginImpl.audit(IdaAuditPluginImpl.java:93)\n\tat io.mosip.authentication.esignet.integration.service.IdaAuditPluginImpl.logAudit(IdaAuditPluginImpl.java:52)\n\tat io.mosip.esignet.services.LinkedAuthorizationServiceImpl.generateLinkCode(LinkedAuthorizationServiceImpl.java:124)\n\tat jdk.internal.reflect.GeneratedMethodAccessor179.invoke(Unknown Source)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:566)\n\tat org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\n\tat org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:205)\n\tat com.sun.proxy.$Proxy173.generateLinkCode(Unknown Source)\n\tat io.mosip.esignet.controllers.LinkedAuthorizationController.generateLinkCode(LinkedAuthorizationController.java:59)\n\tat jdk.internal.reflect.GeneratedMethodAccessor178.invoke(Unknown Source)\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:566)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)\n\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:878)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:792)\n\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)\n\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)\n\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n\tat org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:652)\n\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:733)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:103)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)\n\tat org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)\n\tat org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter.doFilterInternal(BearerTokenAuthenticationFilter.java:114)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:141)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92)\n\tat org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)\n\tat org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)\n\tat org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)\n\tat org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)\n\tat org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)\n\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\n\tat org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)\n\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)\n\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\n\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\n\tat org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690)\n\tat org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:747)\n\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)\n\tat org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)\n\tat org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\n\tat org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)\n\tat org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)\n\tat org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)\n\tat org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\n\tat java.base/java.lang.Thread.run(Thread.java:829)\n”,“appName”:“esignet”}

@swatigoel Now logs are coming to esignet pod, do i need to build the apk again with esignet.domain name

@karthiksj if you set credential registry true, you can change esignet dynamically from app settings in already built app. But if you share the apk with someone, please rebuild it.

@karthiksj can you please share the ida-auth pod logs as well?

@swatigoel I have changed the esignet host from settings credential registry but still same issue.

@swatigoel Attached ida auth logs, but not able to find any error on this.
{“@timestamp”:“2024-05-07T09:48:49.512Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“d173319a963f9b2078f763e5a2818216”,“statusCode”:200,“req.requestURI”:“/idauthentication/v1/actuator/prometheus”,“bytesSent”:19905,“timeTaken”:0.004,“appName”:“id-authentication,id-authentication-external”,“req.userAgent”:“Prometheus/2.42.0”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“127.0.0.6”}
{“@timestamp”:“2024-05-07T09:48:51.463Z”,“@version”:“1”,“message”:“sessionId - - healthCheck - READ_KEY_SUCCESS, Key Algorithm: AES”,“logger_name”:“io.mosip.kernel.keymanager.hsm.health.HSMHealthCheck”,“thread_name”:“http-nio-8090-exec-3”,“level”:“INFO”,“level_value”:20000,“appName”:“id-authentication,id-authentication-external”,“traceId”:“e27210c42990585d”,“spanExportable”:“false”,“req.requestURI”:“/idauthentication/v1/actuator/health”,“X-Span-Export”:“false”,“req.method”:“GET”,“req.userAgent”:“kube-probe/1.22”,“spanId”:“e27210c42990585d”,“X-B3-SpanId”:“e27210c42990585d”,“X-B3-TraceId”:“e27210c42990585d”,“req.remoteHost”:“127.0.0.6”,“req.requestURL”:“http://10.42.4.11:8090/idauthentication/v1/actuator/health”}
{“@timestamp”:“2024-05-07T09:48:51.464Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“e27210c42990585d”,“statusCode”:200,“req.requestURI”:“/idauthentication/v1/actuator/health”,“bytesSent”:306,“timeTaken”:0.041,“appName”:“id-authentication,id-authentication-external”,“req.userAgent”:“kube-probe/1.22”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“127.0.0.6”}
{“@timestamp”:“2024-05-07T09:48:59.502Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“9106be1e41052f9b2a2386361f3b0d73”,“statusCode”:200,“req.requestURI”:“/idauthentication/v1/actuator/prometheus”,“bytesSent”:19907,“timeTaken”:0.004,“appName”:“id-authentication,id-authentication-external”,“req.userAgent”:“Prometheus/2.42.0”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“127.0.0.6”}
{“@timestamp”:“2024-05-07T09:49:01.489Z”,“@version”:“1”,“message”:“sessionId - - healthCheck - READ_KEY_SUCCESS, Key Algorithm: AES”,“logger_name”:“io.mosip.kernel.keymanager.hsm.health.HSMHealthCheck”,“thread_name”:“http-nio-8090-exec-7”,“level”:“INFO”,“level_value”:20000,“appName”:“id-authentication,id-authentication-external”,“traceId”:“5a113d305ffbc110”,“spanExportable”:“false”,“req.requestURI”:“/idauthentication/v1/actuator/health”,“X-Span-Export”:“false”,“req.method”:“GET”,“req.userAgent”:“kube-probe/1.22”,“spanId”:“5a113d305ffbc110”,“X-B3-SpanId”:“5a113d305ffbc110”,“X-B3-TraceId”:“5a113d305ffbc110”,“req.remoteHost”:“127.0.0.6”,“req.requestURL”:“http://10.42.4.11:8090/idauthentication/v1/actuator/health”}
{“@timestamp”:“2024-05-07T09:49:01.489Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“5a113d305ffbc110”,“statusCode”:200,“req.requestURI”:“/idauthentication/v1/actuator/health”,“bytesSent”:306,“timeTaken”:0.068,“appName”:“id-authentication,id-authentication-external”,“req.userAgent”:“kube-probe/1.22”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“127.0.0.6”}
{“@timestamp”:“2024-05-07T09:49:01.576Z”,“@version”:“1”,“message”:“sessionId - - healthCheck - READ_KEY_SUCCESS, Key Algorithm: AES”,“logger_name”:“io.mosip.kernel.keymanager.hsm.health.HSMHealthCheck”,“thread_name”:“http-nio-8090-exec-6”,“level”:“INFO”,“level_value”:20000,“appName”:“id-authentication,id-authentication-external”,“traceId”:“27e6d71f437f966c”,“spanExportable”:“false”,“req.requestURI”:“/idauthentication/v1/actuator/health”,“X-Span-Export”:“false”,“req.method”:“GET”,“req.userAgent”:“kube-probe/1.22”,“spanId”:“27e6d71f437f966c”,“X-B3-SpanId”:“27e6d71f437f966c”,“X-B3-TraceId”:“27e6d71f437f966c”,“req.remoteHost”:“127.0.0.6”,“req.requestURL”:“http://10.42.4.11:8090/idauthentication/v1/actuator/health”}
{“@timestamp”:“2024-05-07T09:49:01.577Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“27e6d71f437f966c”,“statusCode”:200,“req.requestURI”:“/idauthentication/v1/actuator/health”,“bytesSent”:306,“timeTaken”:0.154,“appName”:“id-authentication,id-authentication-external”,“req.userAgent”:“kube-probe/1.22”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“127.0.0.6”}
{“@timestamp”:“2024-05-07T09:49:09.501Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“35b544801e8e4251832764129c743490”,“statusCode”:200,“req.requestURI”:“/idauthentication/v1/actuator/prometheus”,“bytesSent”:19903,“timeTaken”:0.003,“appName”:“id-authentication,id-authentication-external”,“req.userAgent”:“Prometheus/2.42.0”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“127.0.0.6”}
{“@timestamp”:“2024-05-07T09:49:11.505Z”,“@version”:“1”,“message”:“sessionId - - healthCheck - READ_KEY_SUCCESS, Key Algorithm: AES”,“logger_name”:“io.mosip.kernel.keymanager.hsm.health.HSMHealthCheck”,“thread_name”:“http-nio-8090-exec-10”,“level”:“INFO”,“level_value”:20000,“appName”:“id-authentication,id-authentication-external”,“traceId”:“a5b2099c3e9de25a”,“spanExportable”:“false”,“req.requestURI”:“/idauthentication/v1/actuator/health”,“X-Span-Export”:“false”,“req.method”:“GET”,“req.userAgent”:“kube-probe/1.22”,“spanId”:“a5b2099c3e9de25a”,“X-B3-SpanId”:“a5b2099c3e9de25a”,“X-B3-TraceId”:“a5b2099c3e9de25a”,“req.remoteHost”:“127.0.0.6”,“req.requestURL”:“http://10.42.4.11:8090/idauthentication/v1/actuator/health”}
{“@timestamp”:“2024-05-07T09:49:11.506Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“a5b2099c3e9de25a”,“statusCode”:200,“req.requestURI”:“/idauthentication/v1/actuator/health”,“bytesSent”:306,“timeTaken”:0.086,“appName”:“id-authentication,id-authentication-external”,“req.userAgent”:“kube-probe/1.22”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“127.0.0.6”}
{“@timestamp”:“2024-05-07T09:49:19.500Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“d5a4145c0fe825382e0165851a3993e0”,“statusCode”:200,“req.requestURI”:“/idauthentication/v1/actuator/prometheus”,“bytesSent”:19903,“timeTaken”:0.003,“appName”:“id-authentication,id-authentication-external”,“req.userAgent”:“Prometheus/2.42.0”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“127.0.0.6”}
{“@timestamp”:“2024-05-07T09:49:21.617Z”,“@version”:“1”,“message”:“sessionId - - healthCheck - READ_KEY_SUCCESS, Key Algorithm: AES”,“logger_name”:“io.mosip.kernel.keymanager.hsm.health.HSMHealthCheck”,“thread_name”:“http-nio-8090-exec-4”,“level”:“INFO”,“level_value”:20000,“appName”:“id-authentication,id-authentication-external”,“traceId”:“7d6369f6f32ab3e8”,“spanExportable”:“false”,“req.requestURI”:“/idauthentication/v1/actuator/health”,“X-Span-Export”:“false”,“req.method”:“GET”,“req.userAgent”:“kube-probe/1.22”,“spanId”:“7d6369f6f32ab3e8”,“X-B3-SpanId”:“7d6369f6f32ab3e8”,“X-B3-TraceId”:“7d6369f6f32ab3e8”,“req.remoteHost”:“127.0.0.6”,“req.requestURL”:“http://10.42.4.11:8090/idauthentication/v1/actuator/health”}
{“@timestamp”:“2024-05-07T09:49:21.624Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“7d6369f6f32ab3e8”,“statusCode”:200,“req.requestURI”:“/idauthentication/v1/actuator/health”,“bytesSent”:306,“timeTaken”:0.199,“appName”:“id-authentication,id-authentication-external”,“req.userAgent”:“kube-probe/1.22”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“127.0.0.6”}
{“@timestamp”:“2024-05-07T09:49:29.501Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“701b15a56e9e4d98e5992ac4107074e1”,“statusCode”:200,“req.requestURI”:“/idauthentication/v1/actuator/prometheus”,“bytesSent”:19901,“timeTaken”:0.004,“appName”:“id-authentication,id-authentication-external”,“req.userAgent”:“Prometheus/2.42.0”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“127.0.0.6”}
{“@timestamp”:“2024-05-07T09:49:31.496Z”,“@version”:“1”,“message”:“sessionId - - healthCheck - READ_KEY_SUCCESS, Key Algorithm: AES”,“logger_name”:“io.mosip.kernel.keymanager.hsm.health.HSMHealthCheck”,“thread_name”:“http-nio-8090-exec-3”,“level”:“INFO”,“level_value”:20000,“appName”:“id-authentication,id-authentication-external”,“traceId”:“06a4b613f7d410bb”,“spanExportable”:“false”,“req.requestURI”:“/idauthentication/v1/actuator/health”,“X-Span-Export”:“false”,“req.method”:“GET”,“req.userAgent”:“kube-probe/1.22”,“spanId”:“06a4b613f7d410bb”,“X-B3-SpanId”:“06a4b613f7d410bb”,“X-B3-TraceId”:“06a4b613f7d410bb”,“req.remoteHost”:“127.0.0.6”,“req.requestURL”:“http://10.42.4.11:8090/idauthentication/v1/actuator/health”}
{“@timestamp”:“2024-05-07T09:49:31.498Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“06a4b613f7d410bb”,“statusCode”:200,“req.requestURI”:“/idauthentication/v1/actuator/health”,“bytesSent”:306,“timeTaken”:0.078,“appName”:“id-authentication,id-authentication-external”,“req.userAgent”:“kube-probe/1.22”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“127.0.0.6”}
{“@timestamp”:“2024-05-07T09:49:31.560Z”,“@version”:“1”,“message”:“sessionId - - healthCheck - READ_KEY_SUCCESS, Key Algorithm: AES”,“logger_name”:“io.mosip.kernel.keymanager.hsm.health.HSMHealthCheck”,“thread_name”:“http-nio-8090-exec-9”,“level”:“INFO”,“level_value”:20000,“appName”:“id-authentication,id-authentication-external”,“traceId”:“ff8a6541bfe8a2fc”,“spanExportable”:“false”,“req.requestURI”:“/idauthentication/v1/actuator/health”,“X-Span-Export”:“false”,“req.method”:“GET”,“req.userAgent”:“kube-probe/1.22”,“spanId”:“ff8a6541bfe8a2fc”,“X-B3-SpanId”:“ff8a6541bfe8a2fc”,“X-B3-TraceId”:“ff8a6541bfe8a2fc”,“req.remoteHost”:“127.0.0.6”,“req.requestURL”:“http://10.42.4.11:8090/idauthentication/v1/actuator/health”}
{“@timestamp”:“2024-05-07T09:49:31.560Z”,“level”:“ACCESS”,“level_value”:70000,“traceId”:“ff8a6541bfe8a2fc”,“statusCode”:200,“req.requestURI”:“/idauthentication/v1/actuator/health”,“bytesSent”:306,“timeTaken”:0.140,“appName”:“id-authentication,id-authentication-external”,“req.userAgent”:“kube-probe/1.22”,“req.xForwardedFor”:“-”,“req.referer”:“-”,“req.method”:“GET”,“req.remoteHost”:“127.0.0.6”}

@karthiksj error in esignet pod came around this time 2024-05-07T08:55 but ida logs are not that time.
Can you please reproduce and share fresh logs for both the pods?

@swatigoel After changing the esignet host restarted the application now its throwing different error.

@swatigoel Thanks for the guidence, now issue got resolved. esignet domain name was the issue.

@karthiksj thanks for the confirmation

@sanchi-singh24 we can mark it fixed/closed.