PacoVK / antora-confluence

Plugin to publish your Antora docs to Confluence
Apache License 2.0
13 stars 3 forks source link

Error: Cannot read properties of undefined... #34

Closed DryHumorInDC closed 2 months ago

DryHumorInDC commented 2 months ago

Hello!

I've installed version 0.3.0, however I'm still getting the same error:

info: Processing README.html
Cannot read properties of undefined (reading 'pageTitle')
Cause: TypeError
    at ....nvm/v16.20.2/lib/node_modules/antora-confluence/dist/lib/transformer/LinkTransformer.js:98:140

Thanks, Matt

PacoVK commented 2 months ago

Hey @DryHumorInDC thanks for reporting this issue. Can you provide a simple example of the source README.adoc that causes the issue? Thanks :)

DryHumorInDC commented 2 months ago

Thank you for getting back with me. Actually, I think it's working as designed. Some of my asciidoc attributes were undefined, so I just had to fix them. Thanks Again!