YunoHost-Apps / hedgedoc_ynh

HedgeDoc package for YunoHost
https://hedgedoc.org/
GNU General Public License v3.0
13 stars 8 forks source link

Edit button redirects to wrong link #74

Open filippodb opened 5 months ago

filippodb commented 5 months ago

Description When pressing the edit button in a page it redirect to a non-existing wrong link

Steps to reproduce Go to any link in hedgedoc md Click the pencil button You'll be redirected to https://example/edit instead of https://hedgedoc.domain.com/example/edit Expected behaviour Should redirect to https://hedgedoc.domain.com/example/edit

Logs No response

Config No response

Your Setup I'm using https://hedgedoc.devol.it as a user, I do not host it on my end so I do not have access to it

Additional context the devoloper already found the problem: https://github.com/hedgedoc/hedgedoc/issues/5548 Can you fix it o the next release?

Dynnammo commented 5 months ago

Hey there. Tried to reprodure your bug on this pad here

I think this as to do with the Hedgedoc installation, the /// in the end of URL can mess up the linking compilation. On my own Hedgedoc instance, it works as expected.