Hello,
since last week I am unable to install my custom apps. Validating and packing using the FDK works, end-to-end testing the app installation is also successful. I noticed that installation does succeed when I do not define any entity schemas (in config/entities.json). So I tried adding a minimal entities.json:
{
"test_entity": {
"fields": [
{
"name": "test",
"label": "Test",
"type": "text"
}
]
}
}
With this, installation fails again. Custom apps that I have installed before and so are known to be good, do not install anymore now. I do not know what the problem is here. This happens both in Freshdesk and Freshsales.
I hope someone can help with this, if more information is needed, let me know.
Regards,
Daniel