checking session…
sign in with the email/password account you marked as admin in supabase.
this account exists but doesn't have is_admin = true on its profile. set it via the supabase SQL editor:
UPDATE public.profiles SET is_admin = true WHERE id = '<your-uuid>';