defineExpose not working as expected
Nuxt + Supabase: getting JWT tokens in headers when using --host on a mobile device
pnpm dev --host
when on a mobile device connected to network <ipaddress>:3000, supabase is not persisting a session when on mobile -- but everything on my main dev laptop works just fine....Cannot use tailwind with Nuxt UI
nuxt.config.ts:
```ts
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: "2025-07-15",...Import component fail and can't use them

[error] [nitro] RollupError: Expected ',', got 'undefined' in /opt/buildhome/repo/node_modules/papap
``
[log] [nuxi] Nuxt 4.0.1 with Nitro 2.12.4
22:56:54.801 [warn] [@nuxt/supabase] The cookieRedirect option is deprecated, use saveRedirectToCookie` instead....Auto import enums usable from a Nuxt Module
i18n

Sanity Module for Nuxt4
Nuxt Image URL encoding issue with app.cdnURL and external ipx.baseURL
NuxtImage Hydration mismatch
How to run 3x pinia functions that the rest of the site relies on?
Content: Articles not displaying on page load in Nuxt 4
GitHub actions with Nuxt?
i18n and content: No match found for location with path
No match found for location with path .
Other than that, everything works fine. The links are correctly resolved in the browser to open the pages in the currently selected language and not the default language.
I use strategy prefix...NuxtAuthUtils - no auto redirect to Google login page
/api/auth/google...<MDC> Component Not Rendering Anything Despite Passing a String
Content: Missing frontmatter prop is substituted with body
How to disable pointer event blocking when opening select dropdowns or dropdown menus.
<body> gets a pointer-events: none style to it, along with hiding the overflow. While this is the expected behavior for Modal and Dialog components with overlay, this is kind of a strange feature for a simple dropdown. The user cannot hover or click on anything else, and the page is unscrollable while a select menu is open.
Is there a way to turn this behaviour off, but still keep this functionality for real overlay components like modals and slide-overs?...chunks are larger than 500 kB after minification
Access nitro/nuxt hooks from nuxt module