SupabaseS
Supabase4y ago
4 replies
hyodo

sql Scan error on column index 0, name aal converting NULL to string is unsupported

From this morning, when I called the /user endpoint of the auth API, I got the following error. What's causing this?

{"component":"api","error":"sql: Scan error on column index 0, name "aal": converting NULL to string is unsupported","level":"error","method":"GET","msg":"Unhandled server error: sql: Scan error on column index 0, name "aal": converting NULL to string is unsupported","path":"/user"}
Was this page helpful?