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

oidc callback logging

pull/3743/head
Mike Kao 1 year ago
parent df8c1b53e5
commit b425604342

@ -443,6 +443,7 @@ authRoutes.get('/oidc-login', async (req, res, next) => {
authRoutes.get('/oidc-callback', async (req, res, next) => {
logger.info('OIDC callback initiated', { req });
const settings = getSettings();
const { oidcDomain, oidcClientId, oidcClientSecret } = settings.main;

Loading…
Cancel
Save