2

Hello I have the following problem:

I wanted to test a few small things with the "new" SupaBase service.

I have also implemented everything using an example angularapp.

https://stackblitz.com/edit/supabase-angular-example

Now I get the following error when starting: Text

the error occurs if the service is defined in the constructor.

Does anyone have any experience with the exact cause of the error?

lucky 7
  • 33
  • 4

1 Answers1

2

This is a bug. We're working on it now:

This is now fixed:

https://github.com/supabase/supabase-js/issues/113

Make sure you are on the latest version of supabase-js:

npm install @supabase/supabase-js@latest

(I'm a maintainer)

kiwicopple
  • 1,192
  • 9
  • 8