Supabase Local With Supabase-py & Secret Key Not Working (Expected 3 parts in JWT; got 1)
I'm using supabase-py version
When running any kind of query, I'm getting I'm error of
I found this issue that looks related but it looks like it was fixed https://github.com/supabase/supabase-py/issues/1183.
2.20.0 and trying to create a client with:SUPABASE_URL is the API URL from supabase status and SUPABASE_SECRET_KEY is the Secret key from supabase status.When running any kind of query, I'm getting I'm error of
Expected 3 parts in JWT; got 1.I found this issue that looks related but it looks like it was fixed https://github.com/supabase/supabase-py/issues/1183.