My serverless app is trying to validate the iparam details on app installation and sends an error message if the validation fails.
I am calling the renderData like below:
renderData({message: err.message});
But, I am still getting the general error message “There was an error during installation”. attaching the error message as well.
Please let me know if I am missing something here.
Thanks,
Nithin