diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx index 9675908b1..798dcd946 100644 --- a/src/app/[locale]/page.tsx +++ b/src/app/[locale]/page.tsx @@ -9,6 +9,8 @@ import {configureLogger} from "@navikt/next-logger"; import {initAmplitude} from "../../lib/amplitude/Amplitude.tsx"; const Page = () => { + // @ts-expect-error production hack + window.__DECORATOR_DATA__.env.LOGIN_SESSION_API_URL = "https://www.nav.no/sosialhjelp/soknad/oauth2/session"; configureLogger({basePath: BASE_PATH}); initAmplitude(); const {path} = getPathPrefixIncludingLocale();