我正在尝试安装 Geonetwork(3x 和 4x),但 UI 没有加载。我在 Tomcat 9、Java 8、Postgres 12 上。从 de WAR 安装(https://geonetwork-opensource.org/manuals/trunk/en/install-guide/installing-from-war-file.html)我得到了没有错误,但在 Chrome 的开发面板上我得到了
Uncaught Error: [$injector:nomod] http://errors.angularjs.org/1.5.2/$injector/nomod?p0=gn
at lib.js:20
at lib.js:39
at b (lib.js:38)
at Object.module (lib.js:38)
at gn_search_default.js:201
at gn_search_default.js:318
lib.js?v=72bf9606a19b80dff9cd56fbe3f718a932f21aa3:39 Uncaught Error: [$injector:nomod]
此错误指的是错误:模块不可用模块“gn”不可用!您要么拼错了模块名称,要么忘记加载它。如果注册模块,请确保将依赖项指定为第二个参数。
任何指导来解决这个问题?提前致谢。