Read on for more details. TO READ THE FULL STORY LOG IN Keep Me Logged in. Forgot your password? Call330-659-6101 x 805oremail usfor assistance.
log(error) } }, }, } ); } 我正在尝试在我的 API 路由中调用上述 Supabase 实例 应用程序/api/auth/route.jsx import { createClient } from '@/utils/supabase/server'; const checkIfUserExistsInDb = async (email) => { const supabase = createClient(); const { data, error } = await ...