supabase / supabase-swift

A Swift client for Supabase
https://supabase.com/docs/reference/swift
MIT License
708 stars 106 forks source link

ErrorCode is missing invalid_grant #570

Open c128128 opened 2 weeks ago

c128128 commented 2 weeks ago

Related with #543.

Here is the exact response from the server:

{
    "error": "invalid_grant",
    "error_description": "Invalid login credentials"
}
J0 commented 2 weeks ago

Hey @c128128,

Thanks for the query! Could you share with us the exact version of Supabase Auth in use? The error code should not exist on the latest version so hoping we could trouble you to share more so we can figure out what's going on together.

c128128 commented 2 weeks ago

Hey @J0,

I am using this image supabase/gotrue:v2.158.1