auth utils get used provider
defineLazyHydrationComponent can't import component
Dev server crashes after about an hour
ℹ Nuxt Icon server bundle mode is set to local
...

Is better-sqlite3 required with Nuxt Content?
better-sqlite3
dependency, is it required with Nuxt Content if I am only going to be using markdown files in the content folder?Nuxt content images are not loading - Nuxt Content v3.3.0

Nuxt UI Table disappears when using mutable field ref()

Resolving TS issues in custom module
Using sidebase/nuxt-auth with GraphQL
/graphql
and fields for getting token, refresh token and session.
From what I gather, what I would need to do is adapt the endpoints part of the configuration:...why does this cause error?
useBoth
. it causes error A composable that requires access to the Nuxt instance was called outside of a plugin, Nuxt hook, Nuxt middleware, or Vue setup function
.
if inside useBoth
i comment out one of the composables, the error is gone
reproduction here...How do I upload my Nuxt templates to the official website? Where's the 'submit' button ?
[Need Non-AI Help] `nuxt generate` returns error when used with NuxtPicture and `avif,webp` format
@nuxt/icon
module to optimize image files located under public/
as it's been stated in the documentation. I was using <NuxtImg>
and configured the modules as seen below
```
image: {
provider: 'ipxStatic',
staticFilename: '[name]-[hash].[ext]', // output file naming...Does nuxt-auth-utils package support jwt or cookie based authentication?
Do I have to specify in the nuxt config files if I am using the app dir?
src
dir in the NuxtConfig file if the said file is in the root of the project and I am using the app
dir structure.Build Failure After Upgrading from Nuxt 3 to Nuxt 4 in Docker (Linux) – Rollup Module Error
npm install
step, specifically when running nuxt prepare
:...Hook after module installation
Nuxt 4 build but doesn't work
Build hook - dev only
Nuxt Module require other libraries without installing them
zod
and @nuxt/ui
, but not install them. I don't want to be something like @nuxt/ui
that installs @nuxt/fonts
instantly.
I want that, because I don't want to release often version updates when for example new version of zod
is released. Is it even possible? Are there modules that have optional logic when other is detected?...Nuxt Content: Use custom subdomain in sitemap
media.mydomain.com
). The metadata for the publications are serverd under mydomain.com/publications
. ...