Rutik
03/31/2022, 4:37 AMIndra Zulfi
03/31/2022, 7:44 AMiamfabriceg
03/31/2022, 11:18 AMSubramanya Chakravarthy
03/31/2022, 12:05 PM4Lajf
03/31/2022, 12:08 PMmhaezaragoza
03/31/2022, 1:03 PMaar2dee2
03/31/2022, 5:45 PMBryan K.
03/31/2022, 5:46 PMNeedle
03/31/2022, 6:41 PM/title
command!
We have solved your problem?
Click the button below to archive it.theuknowner
03/31/2022, 9:52 PMblackjack
04/01/2022, 12:08 AMsbr
04/01/2022, 4:48 AMwithoutAuthRequired()
based on https://github.com/supabase-community/supabase-auth-helpers/blob/next/src/nextjs/README.md#server-side-rendering-ssr---withauthrequired to ensure that a login page is accessible only if the user hasn't logged in?Jayce
04/01/2022, 8:43 AMAlbert [tox/cis]
04/01/2022, 12:18 PMMuezz
04/01/2022, 2:53 PMBartek
04/01/2022, 4:34 PMNeedle
04/01/2022, 4:40 PM/title
command!
We have solved your problem?
Click the button below to archive it.Martin INDIE MAKERS
04/01/2022, 4:49 PMMDobs
04/01/2022, 5:50 PMGui BL
04/01/2022, 6:11 PMtheuknowner
04/01/2022, 8:01 PMKosh
04/02/2022, 12:21 AMBartek
04/02/2022, 2:48 AMjs
const { createClient } = require('@supabase/supabase-js');
const { SUPABASE_KEY, SUPABASE_URL } = process.env;
const bucket = async () => {
const supabase = createClient(SUPABASE_URL, SUPABASE_KEY);
const { data, error } = await supabase.storage.createBucket('avatar');
console.log(data);
console.log(error);
};
bucket();
=================
this is the answer from the bucket function
null
{
message: 'new row violates row-level security policy for table "buckets"',
status: 400
}
jmwalsh
04/02/2022, 5:04 AMarcavid
04/02/2022, 5:33 AMJR23
04/02/2022, 9:23 AMAditya Tripathi
04/02/2022, 11:00 AMkleak
04/02/2022, 11:58 AMtype 'Null' is not a subtype of type 'Map<String, dynamic>' in type cast
In the log I got a 422 http status code.ryanjewsbury
04/02/2022, 4:34 PMyoamomonstruos
04/02/2022, 5:12 PM.domain.com
seems to work as expected, however logging out seems to be failing as a result.
Has anyone else ran into this problem?