batuhanbilginn
04/05/2022, 9:47 AMNeedle
04/05/2022, 11:54 AM/title
command!
We have solved your problem?
Click the button below to archive it.JustinNoel
04/05/2022, 12:41 PMbarcodes
.
If I slowly add records to this table, the hook works well. However, if I add records quickly (say 10 in 20 ms), the hook only executes about 3 or 4 times.
Is there a built-in throttling or rate-limiting mechanism for "Function Hooks"?Thomas
04/05/2022, 1:21 PMdebabrata
04/05/2022, 1:40 PMvacuum full
understandably takes some time but running the command from the SQL editor returns An error has occured: Failed to fetch
. I'm guessing the connection times out since the query takes some time to run. But I would like to know whether the query finished running or not. I think it's getting terminated since the dead tuples are not getting removed.Martin INDIE MAKERS
04/05/2022, 2:01 PMPerfectó
04/05/2022, 2:21 PMsameSite
attribute (while setting cookies) set to something else like none
? I'm not using gotrue api
lrnecgcysiam
04/05/2022, 2:27 PMusamichizuru
04/05/2022, 2:51 PMNeedle
04/05/2022, 3:51 PM/title
command!
We have solved your problem?
Click the button below to archive it.Thomas
04/05/2022, 3:55 PMresetPasswordForEmail
in supabase-js
.Sobhan
04/05/2022, 5:56 PMixxie
04/05/2022, 6:36 PMAruzo
04/05/2022, 6:59 PMtheuknowner
04/05/2022, 7:35 PMuskolol
04/06/2022, 7:49 AMuskolol
04/06/2022, 7:50 AMzukashi
04/06/2022, 10:19 AMtableCollection(id: 1){}
don't work.
Thanks.4Lajf
04/06/2022, 10:59 AMjs
const udpateEmail = async () => {
const { user, error } = await supabase.auth.update({ email: 'new@email.com' });
console.log(user, error);
};
And what i get back is the usual user object and no errors at all. But despite that i just won't update on the DB.Norkin
04/06/2022, 11:24 AM/functions
to this service. I'm still looking at the cli code to see how functions are deployed on Deno. I'll update here if I find more. Hopefully this helpsenti
04/06/2022, 3:48 PMNARCISO
04/06/2022, 4:19 PMALTER FUNCTION public.myinternalfunc(jsonb) OWNER TO postgres;
GRANT EXECUTE ON FUNCTION public.myinternalfunc(jsonb) TO PUBLIC;
GRANT EXECUTE ON FUNCTION public.myinternalfunc(jsonb) TO anon;
GRANT EXECUTE ON FUNCTION public.myinternalfunc(jsonb) TO authenticated;
GRANT EXECUTE ON FUNCTION public.myinternalfunc(jsonb) TO postgres;
GRANT EXECUTE ON FUNCTION public.myinternalfunc(jsonb) TO service_role;
MechEdge
04/06/2022, 4:26 PMNeedle
04/06/2022, 5:36 PM/title
command!
We have solved your problem?
Click the button below to archive it.AshwaqAzan
04/06/2022, 7:05 PMNeedle
04/06/2022, 7:16 PM/title
command!
We have solved your problem?
Click the button below to archive it.Needle
04/06/2022, 9:31 PM/title
command!
We have solved your problem?
Click the button below to archive it.Certinax
04/06/2022, 10:31 PM// Query
trip(
id,
timestamp,
distance,
owner:profiles(
first_name,
last_name
)
)
// Current result
{
id: "",
timestamp: "",
distance: 0.0,
owner: {
first_name: "",
last_name: ""
}
}
// Wanted result
{
id: "",
timestamp: "",
distance: 0.0,
first_name: "",
last_name: ""
}
Victor Peralta
04/06/2022, 11:14 PMhello-world
function and deploying it, then trying to call it returns
502: Bad Gateway (ORIGIN_INVALID_XDENO_CONFIG)
The subhoster origin specified an invalid `x-deno-config` header on the boot RPC response: invalid unicode code point at line 1 column 733.
NicoNico
04/06/2022, 11:18 PM