Hi. im developing a sell app integration, but im having trouble with the location of the app.
This is my manifest file:
"location": {
"sell": {
"person_card":"assets/iframe.html",
"lead_card":"assets/iframe.html",
"deal_card": "assets/iframe.html"
}
}
For some reason, the apps only loads on the lead card location. Besides this, im calling a rest api from the client.request(). On support works fine (the same app, same endpoint, etc) but on sell it gives an cors error.
Currently only chat and support apps support multiple locations. We talk about it here.
For your api request, to confirm you're calling a third-party endpoint? Would you be able to provide a code snippet so I can take a look?
Thanks!