Error: caused by: kotlinx.serialization.MissingFieldException: Field 'last_sign_in_at' is required for type with serial name 'io.github.jan.supabase.gotrue.user.Identity', but it was missing #78
-
Hi, I need help with this problem. I created an activity for gotrue authentication which was working fine with version 0.8.0, but a few days ago it stopped working giving me this error E/AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It seems like the field |
Beta Was this translation helpful? Give feedback.
It seems like the field
Identity#lastSignInAt
can be optional. Can you try out your code with version0.8.6-dev
?