You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently upgraded my application to the latest nuxtjs/supabase version and have been getting this error on all pages. I have looked at node-fetch source and it does look like there is a default export so not sure why this is occurring.
I have also done a full clean and reget of all dependencies.
PostgrestBuilder.ts:2 Uncaught SyntaxError:
The requested module '/_nuxt/node_modules/.pnpm/@[email protected]/node_modules/@supabase/node-fetch/browser.js?v=a82b1307'
does not provide an export named 'default' (at PostgrestBuilder.ts:2:8)
System information
OS: linux mint
Browser (if applies) [e.g. chrome, safari]
Version of supabase-js: "@nuxtjs/supabase": "^1.1.3",
Version of Node.js: 18
Additional context
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
Recently upgraded my application to the latest nuxtjs/supabase version and have been getting this error on all pages. I have looked at node-fetch source and it does look like there is a default export so not sure why this is occurring.
I have also done a full clean and reget of all dependencies.
System information
Additional context
The text was updated successfully, but these errors were encountered: