-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- Create a new nuxt project with deno
- Install supabase with
npx nuxi@latest module add supabase - Set supabase.url and supabase.key in nuxt.config.ts
Load the page and get a page breaking console error after the template loads:
Uncaught SyntaxError: The requested module '/_nuxt/node_modules/.deno/cookie@0.7.2/node_modules/cookie/index.js?v=63387d2c' does not provide an export named 'parse' (at helpers.js?v=63387d2c:1:10)
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/supabase": "1.5.0",
"@nuxtjs/tailwindcss": "6.13.2",
"nuxt": "^3.16.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
}
}

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working