From f53766389240d578d1765f05158479271961249c Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Thu, 26 Sep 2024 18:03:03 +0800 Subject: [PATCH] doc: error text --- app/[locale]/(main)/ClientComponents/ServerListClient.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[locale]/(main)/ClientComponents/ServerListClient.tsx b/app/[locale]/(main)/ClientComponents/ServerListClient.tsx index 8a20f662e..c111d037d 100644 --- a/app/[locale]/(main)/ClientComponents/ServerListClient.tsx +++ b/app/[locale]/(main)/ClientComponents/ServerListClient.tsx @@ -14,7 +14,7 @@ export default function ServerListClient() {

{error.message}

- Please check your env variables + Please check your environment variables and review the server console logs for more details.

);