Recent searches
No recent searches
Sell APP Development
Posted Feb 08, 2022
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.
0
2
2 comments
Eric Nelson
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!
0
Gaston Martin
Thanks for your help, we solved the location issue.
0