Inji Component system

@narayana_prakash can you please try adding following in application-local.properties file.

server.port=8099
server.servlet.context-path=/residentmobileapp
health.config.enabled=false
mosip.service.end-points=/**/*

mosipbox.public.url=http://localhost:${server.port}
mosip.api.public.url=http://localhost:${server.port}
public.url=${mosip.api.public.url}

mosip.iam.adapter.disable-self-token-rest-template=false
mosip.auth.filter_disable=true (this properties already exists with value false, please make it true)

For local setup with docker-compose, we have updated properties and can be referred here mimoto/docker-compose/config/mimoto-default.properties at main · mosip/mimoto · GitHub

with our upcoming release, we will fix application-local.properties file as well.

Please let me know if you still face the issue.