Blank Screen in Wix Headless Auth

Question:
Does anyone know why my wix headless oauth url is redirecting me to a blank white screen?

Product:
Wix Headless

What are you trying to achieve:
For context, only when i open up the devtools, and resize my chrome’s screen size to a smaller version, only then a hamburger icon will appear, which allows me to click into.

What have you already tried:
I am successfully retrieving the authUrl from

const { authUrl } = await myWixClient.auth.getAuthUrl(loginRequestData);

and doing window.location.href = authUrl;
Additional information:
I am using Next.js 15 and Chrome Version 134