Nuxt

N

Nuxt

Nuxt Community Chat Server

Join

Modal resize

Is there any way to change the width of the nuxt ui modal? Because I was looking and I can't make it wider and I need it to be wider

Page loads twice

Heya, I currently have the problem that my page loads 2 times as soon as I enter it, here is my script part: ```typescript <script lang="ts" setup> const route = useRoute()...

need help with (Jimp.read) error for my image conversion webpage.

I am working on a small project JPEG to PNG conversion webpapge and i am facing an error which I need help with. The backend code in convert.post.ts is having a read error. here is the code the line consisting this (^) is where the error is . Also the image with error message. ```import { H3Event, readMultipartFormData } from 'h3' const Jimp =(await import('jimp')).default import { writeFile, mkdir } from 'fs/promises'...
No description

all routes 404 at prerender

Why with this ``` nitro: { prerender: { routes: [...

uheader :open not working

I am using UHeader in nuxtUI pro. I want to toggle the open state programatically: <UHeader title="title" mode="slideover"...

cant use node-cron in server plugins

```js // server/plugins/init.ts import cron from "node-cron"; export default defineNitroPlugin(() => {...

explain nuxt content rendering strategies etc

So I have a default page layout with a navbar (which shows when you're logged in etc) my content pages use this default layout however I have a problem as currently using routerules in nuxt config i prerender these content pages and when hard refreshing the page or navigating directly to the page the navbar won't update its status to show the user is logged in. however if i navigate via nuxtlinks internally to the page its fine. now if i remove the prerender true then i can no longer navigate to...

Multiple entry points in nuxt

I was wondering if there was a way to have multiple entry points in nuxt where one could be the app and another could be another component that can be used as a module on a website

Component synchronisation in nuxt studio

Hey! It seems like components are only picked up by studio to be used in markdown autocomplete after they are used in content files. Is there a way for them to get picked up without them being used in content files already? Thanks in advance!

Help setting up Playwright and Github Actions

Hi, can anyone help me setup Playwright for use on Github Actions? My tests works flawless when i run them locally, but cant get them to work as an action...

How to convert <img /> to <NuxtImg />?

I'm trying to convert this <img src="../assets/imgs/Hero.jpg" alt="" /> to <NuxtImg src="../assets/imgs/Hero.jpg" alt="" /> and i get the error in browser ...

Suppress 'would you like to install any of the official modules' when using npx nuxi@latest init

I am attempting to create a Windows command file to be run unattended that creates a standard, empty Nuxt 3 project. When I use this syntax I get the new feature that displays a list of official modules to select from: npx nuxi@latest init acsw-mp-lite --packageManager npm --gitInit false ...

Page Content Navigation

How can I implement the navigation menu of the NuxtUI wepage (https://nuxt.com) For example, which component can I use to implement the "On this page" pop-out menu?...
No description

unavigation button size

how do i make the buttons bigger in unavigation?

Row pinning in Nuxt UI 3 Table

Hi guys, did anyone work with row pinning in the new UTable component and can provide a working example?

Is there a setting in Nuxt3 SSG to add a trailing slash to the end of the page URL?

I've spent a long time with the engineers on my team looking through issues and docs and can't find it, and I'm having trouble with no errors. If I add a trailing slash to a link, it disappears after reloading, and if I add it in the middleware, it disappears once and then follows. I have looked for options for Nuxt, Vue Router, and Nitro, but I can't find anything that currently works. The versions of the various libraries are as follows nuxt: ^3.12.4,...

Where is the documentation for $fetch for both nitro server-side and client-side?

Specifically I need to know what to pass in the options object, but I can't find information on this. Searched around for it, but couldn't find it at a quick glace. not my fault here, it's a doc design fault. devs should be notified.

New nuxt app, cannot find module vitest/config

I am trying to create a new nuxt app from scratch with @nuxt/test-utils installed but I can't even run the dev server because I get the following error: "Cannot start nuxt: Error while importing module @nuxt/test-utils: Error: Cannot find module 'vitest/config' nuxi 8:02:41 PM" I have tried using both npm and pnpm with no different result...

Server - nitro cache "$fetch"ed data ?

Hello. I am sending an useFetch request from client to server, the server then $fetch's from the database. How can I cache the fetched data on the server?

editor

Hi All I've been code very happilly for the whole day now, and even though I've not changed any dependencies, I now get the following error when running npm run dev: ```...