Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/f72e986bd0e9be15633ce6f5e80d78571073b231 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/4329/head
tidusjar 4 years ago
parent 1ab55ae32e
commit f72e986bd0

@ -21,8 +21,6 @@ jobs:
with:
path: '**/node_modules'
key: node_modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
node_modules
- name: UI Install
run: yarn --cwd ./src/Ombi/ClientApp install

Loading…
Cancel
Save