Sun

Results 3 comments of Sun
trafficstars

Is it because AWS RDS does not support http extension?

The Gotrue encountered a 500 error when performing delete operations. code: ` const supabaseAdmin = createClient( process.env.NEXT_PUBLIC_SUPABASE_URL!, process.env.SUPABASE_SERVICE_ROLE_KEY! ) const { data, error } = await supabaseAdmin.auth.admin.deleteUser('e731c48f-7232-4935-bb92-75bb6d1aedf1') console.log(data) ` logs:...