Taner Nill
03/01/2022, 8:25 PMScott P
03/01/2022, 8:45 PM.from
. The structure of the other parameters returned from the query are known - e.g. error
will have message
and I think code
properties.Taner Nill
03/01/2022, 8:46 PMTaner Nill
03/01/2022, 8:47 PMScott P
03/01/2022, 8:48 PMconst [boards, setBoards] = useState<PostgrestResponse<definitions['boards']> | null>(null)
TremalJack
03/01/2022, 8:49 PMTremalJack
03/01/2022, 8:50 PMTremalJack
03/01/2022, 8:51 PMTaner Nill
03/01/2022, 9:03 PMArgument of type 'PostgrestResponse<{ id: number; user_id: string; title?: string; description?: string; isComplete?: boolean; insertedat: string; brd_labels?: string; background?: string; }>' is not assignable to parameter of type 'SetStateAction<{ id: number; user_id: string; title?: string; description?: string; isComplete?: boolean; insertedat: string; brd_labels?: string; background?: string; }>'.
mindup
03/01/2022, 9:47 PMmindup
03/01/2022, 9:53 PMasleepingpanda
03/02/2022, 12:02 AMDanMossa
03/02/2022, 12:04 AMasleepingpanda
03/02/2022, 12:34 AMtscelsi
03/02/2022, 1:41 AMsswatson
03/02/2022, 1:45 AMgaryaustin
03/02/2022, 1:52 AMsswatson
03/02/2022, 3:35 AMak4zh
03/02/2022, 6:23 AMquery.ilike('columnOne|columnTwo|columnThree', '%' + searchTerm + '%')
silentworks
03/02/2022, 8:45 AMsilentworks
03/02/2022, 8:48 AMMDobs
03/02/2022, 10:06 AM{
"code": 400,
"msg": "OAuth state parameter missing"
}
MDobs
03/02/2022, 10:08 AMhttps://<project-ref>.supabase.co/auth/v1/callback
url as described on the tutorial (it was working for several days, the alert came today)sseppola
03/02/2022, 1:45 PMYelloJello
03/02/2022, 6:29 PMSteve
03/02/2022, 10:13 PMJacky Steez
03/02/2022, 10:39 PMapp.supabase.io/project/default/storage/buckets
when using the hosted version. However, navigating to this page locally redirects me to the project home page. I have tried running Supabase using the CLI and also using Docker compose, both with the same result.
Is there a way to access this page while running Supabase locally or is this only for the hosted version?garyaustin
03/02/2022, 11:30 PMDanMossa
03/03/2022, 12:05 AMasleepingpanda
03/03/2022, 12:07 AM