There is problem when trying to open a .md files.
this is a different problem that described in 7. release notes and doesn’t relate to filecomment table.
seafile trying to open *.md files using internal API (as mentioned in logs) and the following error triggered in browser:
bundle.common.ccc9d0ce6ba1.js:1 Mixed Content: The page at ‘https://data..com/lib/b6fbea5e-cc27-4550-839a-71f6ab143c76/file/zzzzz/zzzzz/PDA.md’ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://data..com:8082/files/1b27661b-efce-497d-ae30-a99006012d4c/PDA.md’. This request has been blocked; the content must be served over HTTPS.
the reason is obvious, page that was loaded via HTTPS trying to get content via HTTP.
i can “permit” to my browser to unblock such request and then I DO can see the file.
any ideas how i can fix it for all?