Hi there,
Our customers can’t access one of application’s dialog for 3 days. Getting “Something’s gone wrong” error. See attachment:
Web item:
{
"location": "system.top.navigation.bar",
"context": "addon",
"weight": 200,
"target": {
"type": "dialogmodule",
"options": {
"key": "issue-new-dialog"
}
},
"key": "issue-new-link",
"conditions": [
{
"condition": "user_is_logged_in"
},
{
"condition": "addon_is_licensed"
}
],
"icon": {
"width": 24,
"height": 24,
"url": "/light.svg"
},
"name": {
"value": "Open the dialog"
}
}
The same “dialogmodule” works well from “project” location and using a shortcut.
Please advise, Thanks!