NuxtPage seem to work when using shadcn sidebar
<NuxtPage /> Nothing seems to render however it gets fixed when i use <slot/>. Is this expected or am i doing something wrong?
```vue
<script setup lang="ts">
import AppSidebar from "@/components/AppSidebar.vue"...RollupError related to Vue5.8.3(?)
[3:16:24 PM] ERROR node_modules/.cache/nuxt/.nuxt/dist/server/server.mjs (1:7): "default" is not exported by "node_modules/.pnpm/vue@3.5.17_typescript@5.8.3/node_modules/vue/index.mjs", imported by "node_modules/.cache/nuxt/.nuxt/dist/server/server.mjs".
[3:16:24 PM] ERROR node_modules/.cache/nuxt/.nuxt/dist/server/server.mjs (1:7): "default" is not exported by "node_modules/.pnpm/vue@3.5.17_typescript@5.8.3/node_modules/vue/index.mjs", imported by "node_modules/.cache/nuxt/.nuxt/dist/server/server.mjs".
Websockets stopped working - no live reloads

Server side only - Detect iPads (mac-like user agent)
Cached HTTP requests when using useAsyncData with pnpm as package manager?
nuxt-auth-utils not updating user on client
nuxt-auth-utils. Our authentication tokens have a short validity period during which they don't need to be revalidated, so as part of the user session created with setUserSession() we store the expiry time, and then on the client check that time to see if we need to revalidate.
The problem is that, once we do revalidate, the user session on the client is never updated....is there a nuxt config preset to do do ssr only if user agent is is crawer or robot (google etc) ?
change in button sizes from nuxt-ui 3 latest to 4.0.0.alpha 1
Problems with 4.1.1 and reka-ui?
Missing documentation for `rt` in i18n
rt in under the info for tm(key). There is a link to rt where it says in the docs "You need to use rt for the locale message returned by tm. see the rt details." but the link to that section of the docs doesn't exist (it tries to navigate to https://vue-i18n.intlify.dev/api/composition.html#rt-message). Trying to use rt I'm getting a "TypeError: Cannot convert object to primitive value" in one component (e...Cannot find name `process`
process.env.NUXT_ENV_NAME_HERE
error message:
``
Cannot find name process . Do you need to install type definitions for node? Try npm i --save-dev @types/node` and then add node to the types field in your tsconfig....nuxtjs/i18n and SSR
@nuxtjs/tailwindcss official stable update to version 7 and tailwind 4 with new documentation when?
ref vs templateRef, what's the difference?
How to set column size in UTable?
Nuxt fails to build on FreeBSD arm64 after v3.16.2
useFetch中的 参数为什么是空的?
What is the best way to change HTML attributes before the page renders?
How to avoid the caching mechanism in Nuxt 4?