Skip to main content

Error on resize attempt

  • November 6, 2018
  • 1 reply
  • 34 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 replies.

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