Hello, guys! I'm build some dynamic content macro for confluence. Macro content doesn't appear in PDF/WORD file when I'm trying to export it using a standard confluence function. But the rest of the page is converted correctly. Any suggestions?
--
You received this message because you are subscribed to the Google Groups "Atlassian Connect Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to atlassian-connec...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
"renderModes": { "pdf": { "url": "/render-macro-pdf" }, "default": { "url": "/render-macro-static" } }app.get('/render-macro-static', addon.authenticate(), function(req, res) { res.render('into-word'); });lalalalal
GET /render-macro-static?spaceId=65537&spaceKey=ds&pageId=720898&pageTitle=test+page
+1&pageVersion=14¯oId=ed7ef718-08af-4fce-818f-c32ec161c686&tz=Europe%2FMinsk&loc=en-GB
&user_id=admin&user_key=2c9682714db22c7c014db22f51970002&xdm_e=http%3A%2F%2Fmyname-pc%3
A1990&xdm_c=channel-my-addon&cp=%2Fconfluence&lic=none&cv=1.1.54 200 11ms - 9bResource interpreted as Document but transferred with MIME type application/octet-stream: "http://myname-pc:1990/confluence/exportword?pageId=720898".
atlas-run-standalone --product confluence --version 5.9.1-OD-2015.40.1-0001 --data-version 5.9.1-OD-2015.40.1-0001 --bundled-plugins com.atlassian.bundles:json-schema-validator-atlassian-bundle:1.0.4,com.atlassian.webhooks:atlassian-webhooks-plugin:1.0.6,com.atlassian.jwt:jwt-plugin:1.2.2,com.atlassian.upm:atlassian-universal-plugin-manager-plugin:2.20.1-D20150924T170115,com.atlassian.plugins:atlassian-connect-plugin:1.1.54 --jvmargs -Datlassian.upm.on.demand=true