xwikisas / application-diagram

Create various types of diagrams using draw.io
GNU Lesser General Public License v2.1
0 stars 8 forks source link

Error when clicking several times on More Results #285 #306

Closed Farcasut closed 6 days ago

Farcasut commented 1 week ago

In version 22.0.0, draw.io updated the way it computes the icon path and now it relies on a new global variable called DRAWIO_SERVER_URL, which is based on the current server address. Due to this change, requests intended fordraw.io are mistakenly made locally instead of to the external draw.io server

https://github.com/jgraph/drawio/blame/acd938b1e42cff3be3b629e6239cdec9a9baddcc/src/main/webapp/js/diagramly/Init.js#L51

https://github.com/jgraph/drawio/blame/acd938b1e42cff3be3b629e6239cdec9a9baddcc/src/main/webapp/js/diagramly/Init.js#L25