dynamic route getRouterParams not updated
getRouterParam
and use the string slug
, the value comes back as undefined
but when I use the string id
it works. I had previously had the file called id
but realized that wasn't accurate so I updated it. Has anyone hit this before? Is it that the file name won't update the Nuxt API? It's working so not a big issue, but I'd like to make sure my code is readable. this is how I'm using it now: ```const slug = g...
Rspack: Maximum call stacksize exceeded
rspack
building in one of my project and I get this almost immediately when trying to do a build:
any idea what could go wrong with the rspack builder?
```sh
ERROR Nuxt Build Error: Maximum call stack size exceeded nuxi 11:10:25 AM...Running into EACCESS permission denied
Third party static content
Infinite scrolling with useAsyncData
@nuxtjs/prismic high API usage
skill issue

Broken page when hosting as an SPA from S3
ssr: false
in my nuxt config and use generate
to create the app bundle. However, after uploading the bundle to s3, the page doesn't render correctly. The index page is draw but without any styles loading
Here is the page on load: image 1
Interestingly the response in entry.BwV9nihY.css returns the same content as index.html...
external library overriding component scoped classes in style
Nuxt 2 PWA Caching issue
Problems with loading/rendering a list of items when switching pages
AWS Amplify and Nuxt Image not loading
How do you query `z.array()` fields (e.g. tags) in the latest content module (v3.alpha.8)
nuxt-content
(v2) I would simply query tags like so:
.where({ tags: { $contains: tagSlug } })
.where({ tags: { $contains: tagSlug } })
contains
in v3, and the logic for in
seems to require the reverse operation. I've tried like
and that doesn't work either. ...Help Needed: Nuxt 3 – Ensuring SSR-Only API Calls & Preventing CSR Requests During Navigation
Middleware doesn't print log
ui3
If this previously worked in 3.2, you can instruct the compiler to ignore this extend by adding /* @vue-ignore / before it, for example: interface Props extends / @vue-ignore */ Base {} ...
Server side dynamic import
await import(....)
on the server side? I've tried importing the full path with and without the extension and both give errors. Using .ts says unknown file extension .ts
and without ext, says Cannot find module
. I tried using the relative path, IE ~~/server/utils/foo/bar
but that says cannot find module ~~
. I'm not loading a nitro plugin or module, just a normal ts file with an export I'm checking for once loaded.Trouble bundling module
The requested module 'http://localhost:3000/_nuxt/@fs/home/me/my-project/node_modules/is-buffer/index.js?v=9453f87c' doesn't provide an export named: 'default'
The requested module 'http://localhost:3000/_nuxt/@fs/home/me/my-project/node_modules/is-buffer/index.js?v=9453f87c' doesn't provide an export named: 'default'
Nuxt + cloudinary in pnpm monorepo setup
Firebase error