I have followed the instruction for the sandbox https://github.com/mosip/mosip-infra/blob/master/deployment/sandbox/README.md
The setup for all blocks (kernerl + pre-reg + reg-proc + id auth) went well and the setup logs showed failure=0
The issue I have is with the test to upload a packet as in the above guide.
In the MOSIP Registration Processor > Steps to upload a packet into Reg Proc, if we follow the recommended steps, and we try the url in the browser :
http://<public_ip_address>/v1/utility/packetgenerator/createAndUpload
The error returned is some error of type : "Api Access Exception"
{
"id": "io.mosip.packetgenerator.uploader",
"version": "version",
"responsetime": "2020-05-12T13:30:26.102Z",
"metadata": null,
"errors": [
{
"errorCode": "PKTGNR - 001",
"message": "Api Access Exception {"timestamp":"2020-05-12T13:30:26.017+0000","status":500,"error":"Internal Server Error","message":"No message available","path":"/registrationprocessor/v1/registrationstatus/sync"}"
}
],
"response": null
Please advise