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/1a9ad6b363e50e02989e99382089e056a423554c/.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": {}
}