mathewcst
07/24/2022, 9:54 PMcode: 500
error_id: "12d89d99-7fa1-4047-9d29-654d71bb10d0"
msg: "Database error saving new user"Needle
07/24/2022, 9:54 PMmathewcst
07/24/2022, 9:55 PMmathewcst
07/24/2022, 9:56 PMsilentworks
07/24/2022, 10:13 PMmathewcst
07/24/2022, 10:16 PMprofiles table with user name and idmathewcst
07/24/2022, 10:17 PMbegin
insert into public.profiles (id, name)
values (new.id, new.raw_user_meta_data.name);
return new;
end;mathewcst
07/24/2022, 10:40 PMmathewcst
07/24/2022, 10:40 PMnew.raw_user_meta_data->>'name' instead of new.raw_user_meta_data.namemathewcst
07/24/2022, 10:41 PMNeedle
07/24/2022, 10:41 PM