supaAuth
supaAuth copied to clipboard
Possible dependency problem
Since I can't run pnpm install successfully, I'm not sure if this one is my fault or not. But I tried following your example in my own project (using npm and pnpm) and got this in console when fetching http://localhost:3000/
Navigated to http://localhost:3000/
helpers.js?v=fafe8bef:1 Uncaught (in promise) SyntaxError: The requested module '/_nuxt/@fs/Users/gregor/Developer/dossier-nuxt/node_modules/.pnpm/[email protected]/node_modules/cookie/dist/index.js?v=fafe8bef' does not provide an export named 'parse' (at helpers.js?v=fafe8bef:1:10)
I tried a lot of things to resolve this by getting to an earlier version of cookie but did not crack it.
#9