UTable th scope-attribute
Have you or anyone been able to get ISR working on Cloudflare Pages?
Middleware and navigateTo have weird behavior
await useFetch
for ssr, this useFetch throws an 401 errror not authenticated from my backend as an error. The whole problem is that the "navigateTo" does not navigate before the ssr throws that error, there is the sample code from the middleware:
```typescript
import { useUser } from "~/composable/auth";
export default defineNuxtRouteMiddleware(async (to) => {...useRoute trailingSlash changes in 3.17.5
useRoute()
no longer trims the trailing slash on the route. Is this intended? Are there any issues around this? Is there a central workaround?Impossible to Host on NuxtHub

Nuxt UI PRO | License not found starting 9:00 AM EST
Cloudflare workers Hydration node mismatch
Nuxt Image + CDN + IPX + Hashed Assets
How can i ignore some folders in my app when run pnpm nuxi typecheck
Simple dark/light mode toggle with Nuxt and Tailwind
darkMode: "class"
(tried other values too), but when I inspect my page tailwind still uses prefers-color-scheme selectors. I've also tried
```ts
tailwindcss: {
config: {...UChatMessage - Unable to display toolInvocation parts
Components that only use `defineProps`, don't export type information
3.17.5
from 3.16.1
, I'm getting type errors from components that use defineProps
, without also using defineEmits
or defineModel
.
For example this component:
```vue
<script setup lang="ts">
defineProps<{ status: "running" | "paused" }>();...How to use layouts in Nuxt-Content v3
layout: 'xyz'
in .md files so that it works similarly to Nuxt Content v2? Should I use setPageLayout()
? If so, where should I use it? I can’t do it in pages/[...slug].vue
because the default layout loads first and then it changes, and it doesn’t work properly in middleware either... And if I want to check in the layout whether a given article has a ToC, I need access to data.value, but I can't call it inside layouts/xyz because it's only executed once.Self Closing Slots
Correct way to create a compostable
Nuxt generate no query params after redirection
nuxt ui utable using slots in template to render each column
Assuming I'm building a nitro api with aws-lambda preset, how do i pass a context object
Website configuration