Hi everyone,
I’m new here, so I hope this is the right place for my question…
We’re using Gitlab for quite some time now and are really happy with it. Our instance is at the latest version (gitlab-ce 13.5.3) and installed on a server with Debian buster.
Recently I had to add a rather large Wiki page to a repository when something odd occured: At a certain point, when I hit “Save changes” after writing another paragraph the wiki page was suddenly gone. So in order to recover the old page I added the Wiki repository to git and restored to the last commit. What I discovered during that process was, that the last commit deleted the .md file and thus the whole content.
After some trail and error I found out, that this only occurs, if wiki pages exceed a certain size. In order to eleminate any formatting issues I made a simple test case:
- Add an empty wiki page
- Insert 887 words of Lorem Ipsum
- Save the page (everything fine at this point)
- Open the page once again for editing
- Insert the same amount of words again (counting now 1774 words)
- Save the page => Page deleted
Is this related to any configuration issue or might there be a bug?
Thanks a lot!
Chris
EDIT: I just recorded my screen to give you a more visual explanation: https://pasteboard.co/Jzsckn7.gif