debabrata
09/22/2022, 7:05 PMorganicX
09/22/2022, 8:39 PMgaryaustin
09/22/2022, 8:52 PMorganicX
09/22/2022, 9:04 PMegress data
? I've heard this term a lot but don't quite understand it yetkonga
09/22/2022, 9:09 PMkonga
09/22/2022, 9:11 PMkonga
09/22/2022, 9:13 PMgaryaustin
09/22/2022, 9:18 PMNin
09/22/2022, 9:26 PMorganicX
09/22/2022, 10:31 PMonAuthStateChanged
garyaustin
09/22/2022, 10:38 PMorganicX
09/22/2022, 11:46 PM((()))
09/23/2022, 4:28 AM((()))
09/23/2022, 4:29 AM((()))
09/23/2022, 4:30 AMsilentworks
09/23/2022, 1:29 PMjensen
09/23/2022, 5:35 PMAhmad Swultra
09/24/2022, 4:00 PMAhmad Swultra
09/24/2022, 4:00 PMAhmad Swultra
09/24/2022, 4:01 PMAmr
09/24/2022, 5:30 PMError response from daemon: No such image: public.ecr.aws/t3w2s2c9/postgres:14.1.0.66
Anybody having this error when firing supabase start
?garyaustin
09/24/2022, 5:41 PMThe Little Cousin
09/25/2022, 11:18 AM0xAsimetriq
09/25/2022, 11:36 AM{{ .Token }}
2. I tried both type: 'magiclink'
and type: 'signup'
3. I'm sending and verifying otp code like this
ts
const { data, error } = await supabaseClient.auth.signInWithOtp({ email })
// {"data": {"session": null, "user": null}, "error": null}
const { data, error } = await supabaseClient.auth.verifyOtp({ email, token, type: 'signup' })
// {"data": {"session": null, "user": null}, "error": [AuthApiError: Token has expired or is invalid]}
Now I am a bit confused to why I am getting that error. I double verified that token I am sending is correct and my supabase auth setting for "Mailer OTP Expiration" is set to 60000
I also had my password length set to 12
and dropped it back to 6
(as this is length of OTP), but looks like that's not the issue.Olyno
09/25/2022, 2:13 PMThe Little Cousin
09/25/2022, 2:56 PMThe Little Cousin
09/25/2022, 2:56 PMThe Little Cousin
09/25/2022, 2:57 PMEdward Ho
09/25/2022, 3:01 PM