/
KER-IOV-005 - Missing input parameter

KER-IOV-005 - Missing input parameter

Problem

After entering the data in pre-registration, you might be getting technical error after clicking on the continue button on the pre-registration demographic screen. The error message after debugging states that mandatory input data is missing.

Solution

This error occurs when mandatory pre-registration data sent to server is missing in the ID object of the create application API. The name of the missing attribute should be mentioned at the end of the error message.

  1. Verify if the data mentioned is part of your pre-registration UI specification or not.

  2. If no, then,

    1. You can add the attribute in pre-registration-demographic.json in the mosip-config repository and restart the pre-registration application service, (in case you want the attribute as part of pre-registration-ui) or

    2. You can make sure the attribute is not available in the below properties in application-mz.properties and restart pre-registration application service (in case you don’t want the attribute as part of pre-registration-ui).

      1. mosip.kernel.idobjectvalidator.mandatory-attributes.pre-registration.new-registration=

      2. mosip.kernel.idobjectvalidator.mandatory-attributes.pre-registration.child-registration=

  3. If yes, then,

    1. If you are performing an direct API call and you are missing the attribute, then add the attribute in proper format and call the API again.

    2. If you are getting this error in the UI screen then most probably its an coding issue hence connect with the Tech team.

Related articles

Filter by label

There are no items with the selected labels at this time.

Related content