Error on resize attempt

  • 6 November 2018
  • 1 reply
  • 21 views

Hi,

Whenever I try to invoke resize finctionality, likeĀ 

freshClient.instance.resize({width: "100%", height: getAppHeightPX()});

I get following error:

image

Is there any precondition to use this API?



This topic has been closed for comments

1 reply

UPD: Looks like the problem is in MarketplaceAdapter, for some reason it does not expose InstanceAPI, which breaks the instance API calls from freshservice client.

image