The documentation states:
The iparams of the domain and api_key types are validated when the app is installed.
But in local simulation I can never install the app, validation always fails. That would be okay if in production environment it worked, but it don’t. I can install once. If i try to edit the settings and save, validation fails and I can never update the app.
iparams.json
{
"domain": {
"display_name": "Product Domain",
"description": "Please enter your account's Domain",
"type": "domain",
"type_attributes": {
"product": "freshdesk"
},
"required": true
},
"apikey": {
"display_name": "API key",
"description": "Please enter your account's API key",
"type": "api_key",
"type_attributes": {
"product": "freshdesk"
},
"required": true
}
}
Error:
Is this really an issue or am I missing some configuration?