Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/ff6e3868bb1a7ac318461cb1044334a389e55e18 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge branch 'feature/v4' of https://github.com/tidusjar/Ombi into feature/v4

pull/3895/head
tidusjar 6 years ago
commit ff6e3868bb

@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --port 3578 --configuration hmr",
"build": "ng build",
"build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod",
"lint": "ng lint"
},
"private": true,

Loading…
Cancel
Save