Expo Web error with Supabase
I am trying to add web support for my mobile app, so I run npx expo start --web
which starts the browser, however it crashes due to Supabase?
Cannot read properties of undefined (reading 'decode')
const defaultStorageKey = sb-${new URL(this.authUrl).hostname.split('.')[0]}-auth-token;
node_modules/@supabase/supabase-js/dist/module/SupabaseClient.js
Any ideas on this?