diff --git a/src/pages/[group].tsx b/src/pages/[group].tsx index 533d289..3b2ce8b 100644 --- a/src/pages/[group].tsx +++ b/src/pages/[group].tsx @@ -187,7 +187,7 @@ export async function getServerSideProps(context: GetServerSidePropsContext<{ gr message: 'Debug: принудительная ошибка', isTimeout: false } - }) + }) as NextSerialized } } @@ -210,7 +210,7 @@ export async function getServerSideProps(context: GetServerSidePropsContext<{ gr message: 'Debug: принудительный таймаут', isTimeout: true } - }) + }) as NextSerialized } } @@ -292,7 +292,7 @@ export async function getServerSideProps(context: GetServerSidePropsContext<{ gr message: errorMessage, isTimeout } - }) + }) as NextSerialized } } } @@ -353,7 +353,7 @@ export async function getServerSideProps(context: GetServerSidePropsContext<{ gr isFromCache: isFromCache ?? false, cacheAge: cacheAge ?? null, cacheInfo: cacheInfo ?? null - }) + }) as NextSerialized } } else { return {