You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shiori server is running with Nginx in the subpath /shiori. Most assets are loaded properly except eventBus.js. The relevant piece shows that the asset url might be wrong:
<script type="module">
import basePage from "./assets/js/page/base.js"; import pageHome from "./assets/js/page/home.js";
import pageSetting from "./assets/js/page/setting.js";
import customDialog from "./assets/js/component/dialog.js";
import EventBus from "../assets/js/component/eventBus.js";
In the last import you can see "../".
Expected behavior
The asset should probably be loaded from the correct webroot.
Data
Describe the bug / actual behavior
Shiori server is running with Nginx in the subpath
/shiori
. Most assets are loaded properly excepteventBus.js
. The relevant piece shows that the asset url might be wrong:In the last import you can see "../".
Expected behavior
The asset should probably be loaded from the correct webroot.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: