I generated a new app using:
zcli apps:new
and simply changed the location in the manifest.json to:
"location": {
"sell": {
"top_bar": {
"url": "assets/iframe.html"
}
}
},
The rest of the code is the given boilerplate Hello World.
When navigating to the Sell app and adding ?zcli_apps=true, nothing appears in the top bar. Instead, I get the following error in the browser's console:
When changing the "top_bar" location to "dealer_card", the Hello World app appears in the dealer card location of Zendesk Sell without any errors.
When changing "sell" for "support" and opening Zendesk Support, the app appears in the top bar without any errors.
The "top_bar" location is shown as a valid location in the documentation
Am I missing something? Can anyone else reproduce this error? Is this a bug on Zendesk's end?
Thanks in advance for any given help.
