Hi all, I'm building an iOS app in Swift using the supabase sdk but I'm encountering an issue with auth/refresh tokens. I'm testing the app but I notice that I'm unable to stay logged in. I review the auth/API logs and see this error pop up multiple times every minute.
500: missing destination name refresh_token_hmac_key in *models.Session
For context, my Supabase project has JWT keys enabled and the auth.sessions table does have the refresh_token_hmac_key column. refresh_token_hmac_key is always NULL however, it's never filled in when I check it (for any sessions).
I've been stuck on this for a bit so would really appreciate any guidance here!