[All Adaptavist Apps]
Using the following:
Unable to render content due to system error: java.lang.ClassCastException: class com.adaptavist.confluence.theme.engine.macros.deprecated.Pagetree2Macro cannot be cast to class com.atlassian.renderer.v2.macro.Macro (com.adaptavist.confluence.theme.engine.macros.deprecated.Pagetree2Macro is in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @6628b9fb; com.atlassian.renderer.v2.macro.Macro is in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @2e8ab815)and expecting (as viewed from another page):
Page1
> Page2
Page3
...
Page2 has a child, so if you click on the arrow, you should get:
Page1
v Page2
Page2a
Page3
...
But all I get is:
Page1
Page2
Page3
...
Now if I go to Page2 I see:
Page1
Page2
Page2a
Page3
...
The arrow is completely missing.
How can I get this to work correctly?
Thanks,
ilevy