Make edit link work when hosting Draw.io at a subpath #4152
Closed
fgreinacher
started this conversation in
General
Replies: 1 comment 1 reply
-
Change in 23.1.8. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the edit link for diagrams does not work when Draw.io is hosted at a subpath like https://our-domain.com/tools/diagrams.
The Edit link opens https://our-domain.com/?client=1, while it should actually open https://our-domain.com/tools/diagrams/?client=1.
Considering the pathname when building the link should do the job:
Beta Was this translation helpful? Give feedback.
All reactions