supabase-community / gotrue-swift

A Swift client library for GoTrue.
MIT License
35 stars 31 forks source link

Sign up returns error even though account is registered successfully #15

Closed mhaezaragoza closed 2 years ago

mhaezaragoza commented 2 years ago

I'm getting error even though account is successfully registered.

Here's my code and the error:

Screen Shot 2022-03-29 at 3 38 16 PM

I'm using 0.0.4 and I have no problem when using the account to sign in.

grdsdev commented 2 years ago

Hi @mhaezaragoza thanks for reporting this.

I wasn't able to reproduce this, can you please inspect the error or just use a dump(error) instead? Then post result here so I have more info to understand what's happening.

Thanks!

mhaezaragoza commented 2 years ago

Hi @grsouza here

Screen Shot 2022-03-29 at 5 47 51 PM
mhaezaragoza commented 2 years ago

hi @grsouza any update on this? Thanks!

grdsdev commented 2 years ago

@mhaezaragoza this has been fixed on #16 but I still need to do some more work on this PR before it lands.

If you wish you could give it a try, a lot of things changed in this PR as we dropped support for older OS versions.