Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/src/commit/739f667b54d8dec258b74d0cd8fd8b3b88dcf8d5/server/api/servarr
You should set ROOT_URL correctly, otherwise the web may not work correctly.
* feat(servarr): auto fill base url when testing service if missing
This will fill the base URL of the *arr service only if it's missing and the base URL hasn't been
provided beforehand
* fix(servarr): replace redundant check
* fix(servarr): suggested changes