Hitting "Getting Started" button results in iframe thats too small

We have a new Atlassian Connect app. Once installed, we click the “Getting Started” button under Manage Apps (Apps → Manage Apps → expand our app entry) but see the resulting iframe is far too small (specifically 300px x 150px).

Found this article that seems promising (How to set frame full window height) but it doesn’t say where to add the data-options="sizeToParent:true".
Our app isn’t an inline macro so I don’t understand why this is an issue.

Where would I have to specify the size of the iframe?

Thanks!

Hey :wave: ,

the data-attributes can be added to the script-tag used to include the AP all.js script, see: About the Connect JavaScript API

Cheers!