How do you get coverage set up with Playwright?
Nuxtimage custom provider issue
how do I trigger form validation only when submission is attempted?
Create documents with sanity module
When does the timeline NuxtUI component release?
Nuxt Sanity module, unable to connect when some routes are pre-rendered.
nuxt.config
file, the live preview stops working, and I get this message: Unable to connect, check the browser console for more information.
In the console, I'm also getting this error: Unable to connect to visual editing. Make sure you've set up '@sanity/visual-editing' correctly.
Ideally, I'd like to keep some routes static while still using the server routes for the live preview (/preview/enable and /preview/disable). Any idea how I could do that?...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