diff --git a/chatdesk-ui/next.config.js b/chatdesk-ui/next.config.js index 201356a..a53c77d 100644 --- a/chatdesk-ui/next.config.js +++ b/chatdesk-ui/next.config.js @@ -19,6 +19,10 @@ module.exports = withBundleAnalyzer( protocol: "http", hostname: "127.0.0.1" }, + { + protocol: "http", + hostname: "**" + }, { protocol: "https", hostname: "**" diff --git a/supabase/storage-api/wrapper.sh b/supabase/storage-api/wrapper.sh index c275eb9..b86fed5 100644 --- a/supabase/storage-api/wrapper.sh +++ b/supabase/storage-api/wrapper.sh @@ -16,6 +16,8 @@ export DB_INSTALL_ROLES="true" # ✅ 明确告诉系统是单租户,避免 undefined export MULTI_TENANT="false" export TENANT_ID="storage-single-tenant" +export REGION="chatdesk" +export SUPABASE_PROJECT_REF="storage-single-tenant" # ✅ 日志调试(可选) echo "[DEBUG] MULTI_TENANT=$MULTI_TENANT"