tb13
tb13
NNuxt
Created by tb13 on 4/16/2025 in #❓・help
Using nuxt3 content module
Is it possible to have hot reloading with nuxt conent module version 3 in production? Or do you always have to build the nuxt app again when you push new items into the content/ folder?
5 replies
NNuxt
Created by tb13 on 4/15/2025 in #❓・help
Unhead syntax error in browser
I started a new nuxt project with Node 22 LTS and latest nuxt 3.16.2 Devtools are not loading and I get an error in the console like such: Uncaught SyntaxError: The requested module 'http://localhost:3000/_nuxt/node_modules/.pnpm/[email protected]/node_modules/unhead/dist/index.mjs?v=6f3b3302' doesn't provide an export named: 'getActiveHead' I am using following modules: modules: ['@nuxtjs/tailwindcss', 'nuxt-graphql-request','@nuxtjs/i18n'] What seems to be the issue?
13 replies
NNuxt
Created by tb13 on 11/5/2024 in #❓・help
npx nuxi module add hub does not work
I am trying to install nuxt hub however I get following error: Cannot search in the Nuxt Modules database: FetchError: [GET] "https://api.nuxt.com/modules?version=all": <no response> fetch failed I am behind a proxy/vpn do I have to configure npx or nuxi to use the proxy? Does it not pick up https_proxy/http_proxy var from bash?
8 replies