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

Fix SendGrid Exception copy/paste

pull/2/head
Qstick 5 years ago committed by GitHub
parent ac34684850
commit e819eec41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,7 +64,7 @@ namespace NzbDrone.Core.Notifications.SendGrid
throw new SendGridException("Unauthorized - AuthToken is invalid");
}
throw new SendGridException("Unable to connect to Gotify. Status Code: {0}", ex);
throw new SendGridException("Unable to connect to SendGrid. Status Code: {0}", ex);
}
}

Loading…
Cancel
Save