Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the error message when
index.js
couldn't be loaded (#22354)
In some cases, the loading failure of `index.js` is not related to the ROOT_URL directly, ex: https://gitea.com/gitea/helm-chart/issues/392 If the user's reversed proxy is mis-configured: `http://public-domain/gitea/xxx` -> `http://gitea:3000/gitea/xxx`, it also causes the loading failure. So this PR removes the ROOT_URL related tip from the error message.
- Loading branch information