Hello @arnaudroques, and all contributors,I assume it is the same problem as layout elk fails with NullPointerException - PlantUML Q&A (and the problem looks relative old).I think only the elk-full.jar has to be deployed (again) to the online server..Maybe you can add the fix as part of 1.2024.6 too?Thank you and best regardsHelmut
Could it be that the problem is diagram type specific?e.g. Sequence diagram works on the online server:
@startuml!pragma layout elkA -> X : %version()@enduml
and the component diagram produces an error
@startuml!pragma layout elk[A] -> [Y] : %version()@enduml
BR Helmut
(--------)