Hi,
We have migrated our app from connect to forge after migration when I go to the dashboard page and edit dashboard and click on configure of one of the gadget I am not getting entryPoint property in context to identify Configure event, providing my code below
AP.context.getContext((context) => {
if (context.extension && context.extension.entryPoint === 'edit')
{
...logic
}
}
It happens only first time configure click, first time onwards it works as expected.
Please provide the way to address this issue.
Thanks.