go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.36k stars 5.43k forks source link

Editor won't load on PaleMoon #19063

Closed hiiamboris closed 2 years ago

hiiamboris commented 2 years ago

Gitea Version

1.16.3

Operating System

W10

Browser Version

Pale Moon 29.4.4 x32 Pale Moon 30.0.0 x32

Can you reproduce the bug on the Gitea demo site?

No

Description

Editor widget won't load at all, just shows a rolling circle.

To reproduce:

  1. Install PaleMoon x32
  2. Try web editor on any markdown file

try.gitea.io only shows error 500 for me, so I cannot test there Tested on Codeberg and on a local 1.16.3 fresh setup

This is similar to https://github.com/go-gitea/gitea/issues/13799 but this is not a cache issue AFAICT: fresh browser or private browsing mode does not fix it.

Screenshots

Errors on localhost: Errors on Codeberg:

wxiaoguang commented 2 years ago

The screenshots are unrelated to Gitea.

The first screenshot shows that the ROOT_URL might be incorrect. (ps: the service worker has been disabled in the latest release, please use the latest version).

The second screenshot shows that Codeberg's stlview doesn't work, it's not part of Gitea.

Please show the real and related logs for Gitea.

hiiamboris commented 2 years ago

latest version is very slow but it works

wxiaoguang commented 2 years ago

slow is too general, it might be various problems, slow network, slow server response, slow JS execution, slow UI rendering, or slow response when typing ..... you could find more clues what's the real root problem.

lunny commented 2 years ago

For the first time, it will download the editor. It's a bit big. But after cached by web browser, it will be fast next time.