From cfd6be42aa3500bcaa44f8f39b078b6f2b05587f Mon Sep 17 00:00:00 2001 From: Mike Houston Date: Mon, 24 Jun 2024 19:00:32 +0100 Subject: [PATCH] CCM-5100: Fix redirect using client-side component --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index b1effa6..f88fc1a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -11,7 +11,7 @@ export default async function Page({ searchParams }: { } return <> - Redirecting to
{redirectPath}
+ Redirecting to {redirectPath} {/* Prefixing with . ignores the app basepath (why? undocumented behaviour)*/}