Issue Summary
Adding a dynamic content macro with editor to the new template does not work, and we see the error below in the browser console.
Uncaught TypeError: Cannot read properties of null (reading 'url') at window._AP._convertConnectOptions (com.atlassian.plugins.atlassian-connect-plugin:iframe-insertion-v5.js?assetVersion=1000.0.0-84bfa54b457619827&externals=__local-default__:5:786) at com.atlassian.plugins.atlassian-connect-plugin:content-resolver-v5.js?assetVersion=1000.0.0-84bfa54b457619827&externals=__local-default__:5:1423 at v (batch.js?assetVersion=1000.0.0-84bfa54b457619827&externals=__local-default__&locale=en-GB:15:5) at batch.js?assetVersion=1000.0.0-84bfa54b457619827&externals=__local-default__&locale=en-GB:15:338
Steps to Reproduce
- Create a Connect app with dynamicContentMacros with custom editor configuration
- Go to Space settings → Look and feel → Templates → Create a new template
- Add the dynamic content macro
Expected Results
The editor appears and works as expected.
Actual Results
The editor dialog appears, but shows Laoding app...

and the error in the Browser Console shows
Uncaught TypeError: Cannot read properties of null (reading 'url') at window._AP._convertConnectOptions (com.atlassian.plugins.atlassian-connect-plugin:iframe-insertion-v5.js?assetVersion=1000.0.0-84bfa54b457619827&externals=__local-default__:5:786) at com.atlassian.plugins.atlassian-connect-plugin:content-resolver-v5.js?assetVersion=1000.0.0-84bfa54b457619827&externals=__local-default__:5:1423 at v (batch.js?assetVersion=1000.0.0-84bfa54b457619827&externals=__local-default__&locale=en-GB:15:5) at batch.js?assetVersion=1000.0.0-84bfa54b457619827&externals=__local-default__&locale=en-GB:15:338
Workaround
- Create a new template and save first.
- Click on edit to the saved template and add the macro.
- is related to
-
ECOHELP-73509 Loading...
-
ECOHELP-75757 Loading...