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

14 lines
283 B

// This file is used to open the backend and frontend in the same workspace, which is necessary as
// the frontend has vscode settings that are distinct from the backend
{
"folders": [
{
"path": ".."
},
{
"path": "../frontend"
}
],
"settings": {}
}