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:
the error occurs if the service is defined in the constructor.
Does anyone have any experience with the exact cause of the error?
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)