我在ubuntu下载ejabberd源代码并100%编译,但当我登录addition.js和style.css时,Web管理中没有加载。
谁能帮帮我。
我已经张贴在下面的链接以及这个问题。
https://github.com/processone/ejabberd/issues/3117
我在ubuntu下载ejabberd源代码并100%编译,但当我登录addition.js和style.css时,Web管理中没有加载。
谁能帮帮我。
我已经张贴在下面的链接以及这个问题。
https://github.com/processone/ejabberd/issues/3117
1条答案
按热度按时间xesrikrc1#
Please, check that your url has backslash at the end:
localhost:5280/admin -> localhost:5280/admin/ notice the / at the end.
I had the same issue.