Favour Emeka
Error on Supabase Module
Uncaught SyntaxError: The requested module '/_nuxt/node_modules/@supabase/ssr/node_modules/cookie/index.js?v=ca354228' does not provide an export named 'parse' (at helpers.ts:2:10)
Goodday, I am getting this error upon installing the supabase module which is preventing my app from loading
My Config
supabase: {
url: process.env.NUXT_PUBLIC_SUPABASE_URL,
key: process.env.NUXT_PUBLIC_SUPABASE_KEY,
serviceKey: process.env.NUXT_SUPABASE_SERVICE_KEY,
redirectOptions: {
login: '/?auth=true',
callback: '/confirm',
include: ['/dashboard'],
exclude: [],
saveRedirectToCookie: true,
},
cookiePrefix: 'bit-auth-cookie',
types: '~utils/types/database.d.ts',
}
11 replies