langchain-ai / langchain-template-supabase

MIT License
494 stars 56 forks source link

infinite loop at yarn supabase:dev step #1

Open danwils33 opened 1 year ago

danwils33 commented 1 year ago

i'm getting this in an infinite loop:

worker thread panicked TypeError: U.accessor is not a function
    at https://esm.sh/v114/axios@1.3.5/esnext/axios.mjs:702:3

i have updated node and all dependencies. thoughts?

leerobert commented 1 year ago

This is an error with supabase CLI in the current version rn. Thats why supabase CLI is pinned.

In the README.md you shoud run npx supabase start and npx in front of any supabase CLI commands.

@nfcampos can you update readme accordingly?

nfcampos commented 1 year ago

@leerobert thanks, updated