Problem with show pages in menu

Import Error in Server Folder
[nitro 9:30:10 PM] ERROR Error: Could not load /home/king/dev/project/app//server/lib/Transcode'
[nitro 9:30:10 PM] ERROR Error: Could not load /home/king/dev/project/app//server/lib/Transcode'
How to upgrade a Nuxt v3 project to the latest Nuxt 3 version?
npx nuxt upgrade --dedupe
but it upgraded my project to v4. I want to upgrade to the latest v3Keycloak OIDC example with nuxt-auth-utils
Button to change color-mode not working
server side internal redirect
NuxtUI DropdownMenu opens the menu at the top of the page when scrolling
Nuxt 4 breaks Pinia
removing prefix of some components
Ui
, IE UiButton
. I tried adding the following to my nuxt.config.ts but it doesn't seem to make a difference:
```
components: [
'~/components/ui',
'~/components',...Where to keep page-specific components without exposing them as routes
/components
directory exposes the components to your entire application via auto-imports, and the /pages
directory can lead to unwanted routes. Is there a convention for where to place this category of component?Best way to fetch and access api calls that are required for a large part of the site?
How to correctly use manualChunks in nuxt.config.ts (nuxt 3.15.4)
Losing types when returning data from server API handler
Nuxt UI:UFileUpload make the rendered image will have a class of object-fill

Nuxt locale development loading 15 seconds since using Nuxt UI-Pro

How to make all inputs full width within a specific form (using ui prop)
[SOLVED] Your project's URL and Key are required to create a Supabase client!
bun run dev
Now I dockerized that App and set the Environment Variables as following...The <a> link in the <UPageCard /> has a tabindex="-1" when using the to="" prop
Nuxt4 tsconfig issues
NuxtLink not setting active class
/handbook/slug(.*)*
and a <NuxtLink to"/handbook">
in my page header
When I open /handbook
, the activeClass
is applied to the link but when I open any child page like /handbook/foo/bar
the link is not "active"
If I look at vue router docs, it looks like that feature is meant to work with routes with children but that is not how nuxt generates these routes....