Taner Nill
02/02/2022, 7:49 PMTaner Nill
02/02/2022, 7:50 PMAmusedGrape
02/02/2022, 7:56 PMAmusedGrape
02/02/2022, 7:56 PMTaner Nill
02/02/2022, 7:57 PMTaner Nill
02/02/2022, 7:57 PMAmusedGrape
02/02/2022, 7:59 PMTaner Nill
02/02/2022, 8:02 PMAmusedGrape
02/02/2022, 8:03 PMowonwo
02/04/2022, 3:32 AMowonwo
02/04/2022, 3:33 AMowonwo
02/04/2022, 3:33 AMHarshita Sharma
02/04/2022, 3:58 AMlarryM
02/04/2022, 7:27 PMnamchee
02/05/2022, 6:27 AMWill Lutz
02/05/2022, 8:04 PMgaryaustin
02/05/2022, 9:14 PMWill Lutz
02/05/2022, 10:15 PMjoshcowan25
02/06/2022, 11:30 AMgleki
02/07/2022, 1:44 PMMarc
02/08/2022, 1:26 PMberu
02/09/2022, 2:55 AMsession.set
throws the error Error: Cannot set session store before subscribing
. Do you perhaps know why this could happen? before the breaking update this wasn't an issuesilentworks
02/09/2022, 12:10 PMHerbeMalveillante
02/09/2022, 2:43 PMsilentworks
02/09/2022, 3:05 PMswiss
02/09/2022, 9:58 PMconst { data, error } = await supabase
.from("actions")
.select()
.not("status", "eq", "complete")
I have a column of status (type varchar) and the default value of the column is NULL (which is my only guess as to why this isn't working). When i remove the not filter, I get my data back so it's not that there's another general error like my keys not working or something. I also have had another filter working, which I'm trying to combine with this one, but removed for the sake of debugging.libovness
02/10/2022, 2:44 PM{"message":"no Route matched with those values"}
error for all our social logins but not email/pass. The URL when we get this error is [SUPABASE_ANON_KEY].supabase.co
. Any ideas?libovness
02/10/2022, 2:51 PMSupabase Auth
.Keooo
02/10/2022, 9:08 PMKeooo
02/10/2022, 9:09 PM