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/dbbb6bf0d1231076fdaf8aee529a48f5c310e9b9/frontend/src/oauth.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>OAuth landing page</title>
|
|
<script><!--
|
|
window.opener.onCompleteOauth(window.location.search, function() { window.close(); });
|
|
--></script>
|
|
</head>
|
|
<body>
|
|
Shouldn't see this
|
|
</body>
|
|
</html>
|