log request url

This commit is contained in:
Max Peintner
2025-02-03 08:50:05 +01:00
parent cc724889f0
commit d469e92859

View File

@@ -205,6 +205,8 @@ export async function GET(request: NextRequest) {
const authRequestId = searchParams.get("authRequest");
const sessionId = searchParams.get("sessionId");
console.log("requesturl", request.url);
const _headers = await headers();
const { serviceUrl, serviceRegion } = getServiceUrlFromHeaders(_headers);