This commit is contained in:
NishantRajputRN
2026-05-19 18:15:10 +05:30
parent 554c873f5d
commit 1008771b93
5 changed files with 71 additions and 7 deletions
+2 -1
View File
@@ -20,8 +20,9 @@ const corsOrigin = process.env.CORS_ORIGIN ?? 'http://localhost:5173';
if (!oidcIssuer) {
console.error(
'Set OIDC_ISSUER or AUTHENTIK_URL + OIDC_APP_SLUG in backend/.env',
'Missing OIDC config: set AUTHENTIK_URL + OIDC_APP_SLUG (or OIDC_ISSUER) in environment.',
);
console.error(' On server: cp deploy/.env.example deploy/.env && docker compose --env-file .env up -d --build');
process.exit(1);
}