Main Layout Error

I added a new item to panelmenu and starting seeing error "Error: Template parse errors", "Unexpected character EOF", "Invalid ICU message" etc

Please advise...

I have included main.json file below...

{
"components": [
{
"components": [
{
"class": "justify-content-start align-items-center",
"components": [
{
"class": "col-md-6 d-flex align-items-center",
"components": [
{
"name": "sidebar-toggle0",
"type": "sidebar-toggle"
},
{
"name": "image0",
"path": "/assets/images/RubisLarge2.JPG",
"style": {
"height": "60px",
"width": "60px"
},
"type": "image"
},
{
"name": "label0",
"text": "Compliance Register Portal",
"type": "label"
}
],
"name": "leftCol",
"type": "col"
},
{
"class": "col-md-6 text-lg-right",
"components": [
{
"name": "profilemenu0",
"template": [
{
"text": "${security.user.name}",
"type": "label"
}
],
"type": "profilemenu",
"visible": "${security.isAuthenticated()}"
}
],
"name": "rightCol",
"type": "col"
}
],
"name": "headerRow",
"type": "row"
}
],
"name": "header0",
"type": "header"
},
{
"components": [
{
"name": "main",
"type": "content-container"
}
],
"name": "body0",
"type": "body"
},
{
"components": [
{
"attributes": [
{
"name": ""
}
],
"items": [
{
"icon": "attach_money",
"text": "Donations & Sponsorship"
},
{
"icon": "card_giftcard",
"text": "Gifts & Entertainment"
},
{
"icon": "history",
"text": "History"
}
],
"name": "panelmenu0",
"style": {
"height": "100%"
},
"type": "panelmenu"
}
],
"name": "sidebar0",
"type": "sidebar"
},
{
"components": [
{
"name": "footerText",
"text": "Compliance Register, Copyright © 2019",
"type": "label"
}
],
"name": "footer0",
"type": "footer"
}
],
"name": "Main"
}

Hi @neo,

This file looks OK. Probably the problem is somewhere else. You can zip the entire meta directory of your application and send it over to info@radzen.com. We will troubleshoot.

Attachment deleted for security reasons.

Please see attachment as per request.

Please do not attach your application in the public forum. Send it over email as instructed. I have deleted the original one as it may reveal sensitive info.

There was an empty attribute in your PanelMenu. Removing that would solve the problem.