Supabase error - RAG & Vector DB Module

Hello,

anybody else here who gets error message: SyntaxError: The requested module ‘@supabase/functions-js’ does not provide an export named ‘FunctionsClient’

While trying to work with supabase in the scrims? Any idea how to fix it?

The config.js file has:

import {createClient} from “@supabase/supabase-js”;

In case anybody else has the same problem, I solved it by updating the dependency to an older version @supabase/supabase-js@1

1 Like

Really appreciate the update @LuLogic ! Sorry, wasn’t able to jump on this and was hoping some other might have insight to this error.