Hi everyone,
I have a problem with my Zendesk support app.
I have an angular app that I try to integrate in Zendesk but ZAFClient.init() returns false.
So here is how I integrate my App :
inside of my zendesk folder
// production url of my angular app
<script src="https://myscript/script.js" type="module"></script>
// dev url of my angular app
<script src="localhost:4200/script.js" type="module"></script>
<script src="https://static.zdassets.com/zendesk_app_framework_sdk/2.0/zaf_sdk.min.js"></script>
inside of my script.js simply call
this._client = ZAFClient.init()
console.log(this._client)
// prints false
I think I might have forgot something in configuration but cannot figure out what is, any idea ? Here is my manifest.json