# Mimoto pod is not comming up with the 0.17.0 version

**URL:** https://community.mosip.io/t/mimoto-pod-is-not-comming-up-with-the-0-17-0-version/2090
**Category:** Inji
**Created:** [May 23, 2025, 8:51am UTC](https://community.mosip.io/t/mimoto-pod-is-not-comming-up-with-the-0-17-0-version/2090 "2025-05-23T08:51:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Gagana.A](https://avatars.discourse-cdn.com/v4/letter/g/c37758/32.png) [@Gagana.A](https://community.mosip.io/u/Gagana.A)
#### Post date: [May 23, 2025, 8:51am UTC](https://community.mosip.io/t/mimoto-pod-is-not-comming-up-with-the-0-17-0-version/2090/1 "2025-05-23T08:51:08Z")

</div>

Hello Team,

While accessing injiweb ui , when we click on get started, it is saying service currently unavailable… deployed the latest mimoto that is 0.17.0 as the current version v0.15.2 is failing to fetch the list of issuers, but after deploying 0.17.0 the pod is throwing error like ‘Validation failed in Mimoto-issuers-config.json:’ even after i have updated the Mimoto-issuers-config.json from the latest config branch 0.7.0  
the 0.15.2 pod is coming up without an issue… only 0.17.0 pod is having problem.

getting below errors in mimoto logs  
Validation failed in Mimoto-issuers-config.json:  
Errors for issuer at index: 1 with issuerId - Mosip

- credential\_issuer\_host must be a valid URL
- proxy\_token\_endpoint must be a valid URL
- wellknown\_endpoint must be a valid URL  
Errors for issuer at index: 2 with issuerId - StayProtected
- credential\_issuer\_host must be a valid URL
- proxy\_token\_endpoint must be a valid URL
- wellknown\_endpoint must be a valid URL  
Errors for issuer at index: 3 with issuerId - Mock
- credential\_issuer\_host must be a valid URL
- proxy\_token\_endpoint must be a valid URL
- wellknown\_endpoint must be a valid URL  
Errors for issuer at index: 4 with issuerId - MosipTAN
- proxy\_token\_endpoint must be a valid URL  
Errors for issuer at index: 5 with issuerId - Land
- credential\_issuer\_host must be a valid URL
- proxy\_token\_endpoint must be a valid URL
- wellknown\_endpoint must be a valid URL

currently these below versions are running in our env:  
inji-web = mosipid/inji-web:0.12.0  
inji-verify = mosipid/inji-verify:0.10.0  
inji-certify = mosipid/inji-certify:0.10.2  
mimoto = mosipid/mimoto:0.17.0  
esignet = mosipid/esignet:1.4.1  
datashare = mosipid/data-share-service:1.3.0-beta.2

Please let us know if we are missing anything.

---

<div class="post-metadata">

### Author: ![Gurpreet41082](https://dub1.discourse-cdn.com/flex017/user_avatar/community.mosip.io/gurpreet41082/32/1563_2.png) [@Gurpreet41082](https://community.mosip.io/u/Gurpreet41082)
#### Post date: [May 26, 2025, 5:54am UTC](https://community.mosip.io/t/mimoto-pod-is-not-comming-up-with-the-0-17-0-version/2090/2 "2025-05-26T05:54:54Z")

</div>

Hi Gagana.A,

Thank you for the detailed update.

The validation you’re encountering has been fixed as part of Mimoto v0.17.0. In earlier versions (like v0.15.2), these validations were not enforced, which is likely why the issues in the `mimoto-issuers-config.json` file went unnoticed.

Now that the validations are active, the config file must comply strictly with the expected schema — in particular, fields like `credential_issuer_host`, `proxy_token_endpoint`, and `wellknown_endpoint` must contain valid URLs for each issuer.

Please review and correct the mentioned fields in your `mimoto-issuers-config.json` file as per the errors shown in the logs. If the file already seems correct and the issue persists, feel free to share the config file with us, and we can help debug it further.

Let us know how it goes.

Best regards,  
Gurpreet Kaur

---

<div class="post-metadata">

### Author: ![Gagana.A](https://avatars.discourse-cdn.com/v4/letter/g/c37758/32.png) [@Gagana.A](https://community.mosip.io/u/Gagana.A)
#### Post date: [May 26, 2025, 7:24am UTC](https://community.mosip.io/t/mimoto-pod-is-not-comming-up-with-the-0-17-0-version/2090/3 "2025-05-26T07:24:02Z")

</div>

Hi Gurpreet,

Mimoto-issuers-config.json from the latest config branch only i.e, 0.7.0 , it containes all the fields, still getting same error as i updated above.

---

<div class="post-metadata">

### Author: ![Gurpreet41082](https://dub1.discourse-cdn.com/flex017/user_avatar/community.mosip.io/gurpreet41082/32/1563_2.png) [@Gurpreet41082](https://community.mosip.io/u/Gurpreet41082)
#### Post date: [May 26, 2025, 10:34am UTC](https://community.mosip.io/t/mimoto-pod-is-not-comming-up-with-the-0-17-0-version/2090/4 "2025-05-26T10:34:58Z")

</div>

@Gagana.A Quick question — are the placeholders `${mosip.injicertify.mosipid.host}`, `${mosip.api.public.host}`, and `${mosipid.identity.esignet.host}` getting resolved at runtime?

The provided JSON input will fail validation if placeholders appear to be unresolved.
