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

https://preview.redd.it/ln8m295d1ede1.png?width=1472&format=png&auto=webp&s=1cb68a465beb61b7d9ebd8f0b1264710b5299655

Any ideas on this?