diff --git a/apps/scandic-web/server/routers/user/utils.ts b/apps/scandic-web/server/routers/user/utils.ts index 833fcd246..a7d72ae4e 100644 --- a/apps/scandic-web/server/routers/user/utils.ts +++ b/apps/scandic-web/server/routers/user/utils.ts @@ -83,7 +83,7 @@ async function updateStaysBookingUrl( if (env.HIDE_FOR_NEXT_RELEASE) { // Temporary Url, domain and lang support for current web - let bookingUrl = new URL( + bookingUrl = new URL( "/hotelreservation/my-booking", env.PUBLIC_URL || "https://www.scandichotels.com" // fallback to production for ephemeral envs (like deploy previews) )