Hi there! I added user auth to my application and ...
# help
c
Hi there! I added user auth to my application and it's working like a charm! The only thing that is odd is that it shows
Invalid Date
for created/last sign in, but if I log these values it seems fine, what am I missing? 🤔
n
Hello @Colin! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Want to unsubscrie 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! Done using the thread? Click the button below to archive it.
d
Might be a dumb question but is this using timestamp or timestampz at the column type?
n
Colin (2022-03-11)
c
I’m just using the supabaseClient.signUp function, didn’t configure anything myself
d
Oh, this is in the auth.users table?
s
Can you try logging out of the dashboard and logging back in again to see if it makes a difference?
c
Yes @User I looked and this is the auth.users table, dates in there look fine
@User I logged out and back in, no difference..
s
Can you send an email to support@supabase.io and someone on the team will look into this for you.
c
Will do, thank you!
Send! If I have the solution I will share it here!
Support helped me out greatly, while searching for the issue I found that Safari shows
Invalid Date
, but Chrome shows them perfectly! Must be something with how dates are handled differently! 👍
s
Happy to hear this Colin.