Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/d66dc73b2082622b9d6ba95d83573c9a70dd11c7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
9 additions and
9 deletions
@ -28,7 +28,7 @@ jobs:
fetch-depth : 1
- name : Cache node_modules
uses : actions/cache@v 2
uses : actions/cache@v 3
with:
path : "${{ env.UI_DIRECTORY }}/node_modules"
key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
@ -29,7 +29,7 @@ jobs:
git fetch --depth ${{ env.FETCH_DEPTH }} --tags
- name : Cache node_modules
uses : actions/cache@v 2
uses : actions/cache@v 3
with:
path : "${{ env.UI_DIRECTORY }}/node_modules"
key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
@ -31,7 +31,7 @@ jobs:
run : git config --global user.name "github-actions"
- name : Cache node_modules
uses : actions/cache@v 2
uses : actions/cache@v 3
with:
path : "${{ env.UI_DIRECTORY }}/node_modules"
key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
@ -2353,9 +2353,9 @@
"integrity" : "sha512-2pTGuibAXJswAPJjaKisthqS/NOK5ypG4LYT6tEAV0S/mxW0zOIvYvGK0V8w8+SHxAm6vRMSjqSalFXeBAqs+Q=="
} ,
"node_modules/@types/bootstrap" : {
"version" : "5.1. 6 ",
"resolved" : "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.1. 6 .tgz",
"integrity" : "sha512- 3L6IvOCKyoVd3e4bgQTH7VBPbuYEOG8IQbRcuZ0AbjfwPdRX+kVf5L/7mVt1EVM+D/BVw4+71rtp7Z8yYROlpQ ==",
"version" : "5.1. 9 ",
"resolved" : "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.1. 9 .tgz",
"integrity" : "sha512- Tembe6lt7819EUzV5LSG9uuwULm4hdEGV9LZ8QBYpWc0J+a+9DdmJEwZ4FMaXGVJWwumTPSkJ8JQF0/KDAmXYg ==",
"dev" : true ,
"dependencies" : {
"@popperjs/core" : "^2.9.2" ,
@ -9087,9 +9087,9 @@
"integrity" : "sha512-2pTGuibAXJswAPJjaKisthqS/NOK5ypG4LYT6tEAV0S/mxW0zOIvYvGK0V8w8+SHxAm6vRMSjqSalFXeBAqs+Q=="
} ,
"@types/bootstrap" : {
"version" : "5.1. 6 ",
"resolved" : "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.1. 6 .tgz",
"integrity" : "sha512- 3L6IvOCKyoVd3e4bgQTH7VBPbuYEOG8IQbRcuZ0AbjfwPdRX+kVf5L/7mVt1EVM+D/BVw4+71rtp7Z8yYROlpQ ==",
"version" : "5.1. 9 ",
"resolved" : "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.1. 9 .tgz",
"integrity" : "sha512- Tembe6lt7819EUzV5LSG9uuwULm4hdEGV9LZ8QBYpWc0J+a+9DdmJEwZ4FMaXGVJWwumTPSkJ8JQF0/KDAmXYg ==",
"dev" : true ,
"requires" : {
"@popperjs/core" : "^2.9.2" ,