Has anybody also been lately getting these "Invali...
# help
e
Has anybody also been lately getting these "Invalid Date" for new auth users?
n
Hello @edgaras! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
s
happening to me too!
n
Edg (2022-05-22)
s
Is this from just a normal user signup? Or do you have any triggers setup on signup?
n
Experiencing this also, we have triggers setup on auth table.
s
also has triggers setup on auth table
on
auth.users
insert
s
Can you share what that trigger looks like please?
n
We have on
auth.users
insert
Copy code
begin
  insert into public.profiles (id, email, created_at, username)
  values (new.id, new.email, new.created_at, new.raw_user_meta_data->>'username');
  return new;
end;
s
Can both of you open a support ticket with this issue so we can have a proper look into it? https://app.supabase.io/support/new