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
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