persistne issue during any nuxt3 app init: ERROR Cannot read properties of undefined.

nuxt ui navigation menu on tablets
NuxtUI - why are the children of this nav item so wide?

Supabase Authentication SSR
tanstack Query
tryna set auth headers for API calls before they're sent
server/api directory, i'm basically mimicking my actual API endpoints, proxying, if you may. and a lot of the endpoints require "Authorization": "Bearer <accessToken>" to be set, and error 401 to be handled when necessary by refreshing the token, and retrying the request if token refresh was successful or taking them to login page if it wasn't i.e. refreshToken also expired, would've been fine if i was doing this in a couple of endpoin...Nuxt UI Timeline
Extending Nuxt UI components etc
How do I enable "headful mode" when running E2Es?
Server plugins not getting invoked
npx nuxi init. After it was created, I changed directory in to the project, ran npm run dev. Worked ok, browser shows default page. I added file plugins/01.hello.server.ts with content export default defineNuxtPlugin(async () => { console.log('hello nuxt server') }). Ran the app via npm run dev & expected to see hello nuxt server in the terminal, but it didn't show.
node --version is v22.15.1 & npm --version is 10.9.2.
What gives?...Nuxt UI 3 - UTabs component. ui prop options.
UCheckboxGroup nuxt ui add icons to each option infront of the label
nuxt-auth-utils: LinkedIn OAuth not triggering callbacks
onSuccess and onError callback are not triggering for me.
It shows the LinkedIn page properly, lets you log in, adds a ?code= query param and redirects, but then doesn't trigger either callback.
Reproduction and further details here: https://github.com/atinux/nuxt-auth-utils/issues/416....[Vue warn]: Slot "default" invoked outside of the render function: this will not track dependencies
UI3 & Tailwind v4 Safelisting
Define colors per checkbox in checkboxgroup
Tailwind color issue
environment variable not overriding for production
Supabase or Appwrite
How to customise the leading icon / avatar for UNavigationMenu Component