debug: add generateMetadata log

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-22 18:54:58 +02:00
parent fca86fde73
commit bc2fcc8670
+1
View File
@@ -75,6 +75,7 @@ export async function generateMetadata({
params: Promise<{ token: string }>;
}) {
const { token } = await params;
console.log("[generateMetadata] token:", token);
const clientData = await getCachedClientData(token);
if (!clientData) return { title: "Not Found" };
return {