Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth.session cannot decode UUID #33

Closed
mhaezaragoza opened this issue Sep 13, 2022 · 1 comment · Fixed by #35
Closed

auth.session cannot decode UUID #33

mhaezaragoza opened this issue Sep 13, 2022 · 1 comment · Fixed by #35
Assignees

Comments

@mhaezaragoza
Copy link

Hi @GRSouza, I have this error when using auth.session(from:), do you have any idea what's wrong?

dataCorrupted(Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "identities", intValue: nil), _JSONKey(stringValue: "Index 0", intValue: 0), CodingKeys(stringValue: "id", intValue: nil)], debugDescription: "Attempted to decode UUID from invalid UUID string.", underlyingError: nil))

BTW, I'm updating from 0.0.4 (no error) to 0.0.9 (error).

Also checked in Supabase logs, request has 200 response -- so no problem server-side.

@grdsdev grdsdev transferred this issue from supabase/supabase-swift Oct 5, 2022
@grdsdev grdsdev self-assigned this Oct 5, 2022
@grdsdev
Copy link
Contributor

grdsdev commented Oct 6, 2022

Hi @mhaezaragoza a new version is out and fixes this issue, can you please validate the fix using the latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants