Markdown editor not working

I run the docker-seafile with the tag “latest” on an Odroid N2 (ARM64) with Ubuntu Linux. While the editor for text files is working in seahub, the WYSIWYG editor for markdown files does not work.

  • If I click on a markdown file in the list view, a new tab opens with an endless loading symbol (yellow circles pulsating)
  • If I click on a markdown file in the columnar view, an “Error” notification is displayed, but no further information
    grafik

Inside the seafile container, /shared/seafile/logs/seahub.log doesn’t show any related events as far as I can tell:

2023-10-02 00:29:16,911 [WARNING] django.request:224 log_response Not Found: /favicon.ico
2023-10-02 00:31:20,973 [WARNING] django.request:224 log_response Not Found: /showLogin.cc
2023-10-02 07:43:05,074 [WARNING] django.request:224 log_response Forbidden: /api2/repos/067ed7a4-189b-4cbf-886a-2be71bd619ad/download-info/
2023-10-02 08:22:38,243 [WARNING] django.request:224 log_response Not Found: /nmaplowercheck1696234957
2023-10-02 08:22:38,443 [WARNING] django.request:224 log_response Not Found: /HNAP1
2023-10-02 08:22:38,548 [WARNING] django.request:224 log_response Not Found: /scripts/WPnBr.dll
2023-10-02 08:22:38,600 [WARNING] django.request:224 log_response Not Found: /Portal/Portal.mwsl
2023-10-02 08:22:38,864 [WARNING] django.request:224 log_response Not Found: /xCn3
2023-10-02 08:22:39,171 [WARNING] django.request:224 log_response Not Found: /docs/cplugError.html/
2023-10-02 08:22:44,338 [WARNING] django.request:224 log_response Not Found: /main.html
2023-10-02 08:22:44,341 [WARNING] django.request:224 log_response Not Found: /sdk
2023-10-02 08:22:44,342 [WARNING] django.request:224 log_response Not Found: /CSS/Miniweb.css
2023-10-02 08:22:44,587 [WARNING] django.request:224 log_response Not Found: /admin.cgi
2023-10-02 08:22:44,590 [WARNING] django.request:224 log_response Not Found: /pools/default/buckets
2023-10-02 08:22:44,685 [WARNING] django.request:224 log_response Not Found: /Portal0000.htm
2023-10-02 08:22:44,685 [WARNING] django.request:224 log_response Not Found: /favicon.ico
2023-10-02 08:22:44,889 [WARNING] django.request:224 log_response Not Found: /home.jhtml
2023-10-02 08:22:44,892 [WARNING] django.request:224 log_response Not Found: /pools
2023-10-02 08:22:44,951 [WARNING] django.request:224 log_response Not Found: /__Additional
2023-10-02 08:22:45,172 [WARNING] django.request:224 log_response Not Found: /main.aspx
2023-10-02 08:22:45,172 [WARNING] django.request:224 log_response Not Found: /.git/HEAD
2023-10-02 08:22:45,553 [WARNING] django.request:224 log_response Not Found: /home.cfm
2023-10-02 08:22:45,838 [WARNING] django.request:224 log_response Not Found: /start.cgi
2023-10-02 08:22:46,081 [WARNING] django.request:224 log_response Not Found: /readme.txt
2023-10-02 08:22:46,370 [WARNING] django.request:224 log_response Not Found: /admin.shtml
2023-10-02 08:22:46,646 [WARNING] django.request:224 log_response Not Found: /main.pl
2023-10-02 08:22:46,910 [WARNING] django.request:224 log_response Not Found: /inicio.html
2023-10-02 08:54:36,710 [WARNING] django.request:224 log_response Not Found: /ads.txt
2023-10-02 11:03:59,955 [WARNING] django.request:224 log_response Forbidden: /api2/repos/
2023-10-02 11:05:58,390 [WARNING] django.request:224 log_response Not Found: /api2/repos/Musik/download-info/
2023-10-02 11:18:47,056 [WARNING] django.request:224 log_response Not Found: /aaa9
2023-10-02 11:18:49,151 [WARNING] django.request:224 log_response Not Found: /aab8
2023-10-02 14:42:40,278 [WARNING] django.request:224 log_response Not Found: /.git/HEAD
2023-10-02 15:23:56,719 [WARNING] django.request:224 log_response Not Found: /actuator/gateway/routes
2023-10-02 15:39:36,388 [WARNING] django.request:224 log_response Not Found: /boaform/admin/formLogin
2023-10-02 21:05:01,314 [WARNING] django.request:224 log_response Not Found: /sitemap.xml

How can I get the markdown editor to work? I worked through similar threats in this forum, but without solution…

You need to add the .md file extension to the admin settings.

Admin settings>Settings>Online Preview/text file extentions. Add .md and click the green arrow in the box to the right of that same field. And you should be good to go. I’ve had to add that on every single instance of Seafile I’ve tested with. CE and Pro.

Thank you @Father_Redbeard! I tried, but this was not the solution. It turned out that the ports were not correctly configured at my seafile instance. When I corrected this, the md editor opened. Thus, a configuration error.