Skip to main content
Filter by
Sorted by
Tagged with
Best practices
1 vote
1 replies
32 views

I'm building a Nuxt 3 application using a feature-based architecture inspired by Domain-Driven Design. Each feature is meant to be fully isolated, with its own components, state, API layer, and ...
KobiM1's user avatar
  • 81
0 votes
0 answers
33 views

I have nuxt 3.13 with PWA module 1.0.7 the service worker is work fine but offline page not working. I create offline.html in public folder and nuxt.config.js is like below export default ...
Amir's user avatar
  • 4,131
0 votes
0 answers
43 views

I need help with this, I need SEO for 3 pages index, Faq and Blog when I run npx nuxt generate and see the index.html in .output/public I only see this in the viewsource I don't see the html like the ...
AIAM2601's user avatar
0 votes
1 answer
176 views

I have a Nuxt 3 production app hosted on Scalingo (it's like Heroku but is a french company) I have so many container crashes because of memory issues when a lot of people are browsing the website. ...
Sw0ut's user avatar
  • 804
0 votes
0 answers
69 views

No matter what I do my custom template does not apply. In the timeline I always see Title first and then description. This is my code: <template> <div class="p-8"> <h1 ...
Thomas Segato's user avatar
0 votes
0 answers
82 views

Out of the blue my Nuxt 3 project (which has been running fine for over 8 months) is missing translations. Translations which are clearly in the correct files. Also, when building the project, some of ...
Digital Forge's user avatar
0 votes
0 answers
19 views

I want to implement the cache negotiation for the public folder in the root directory. I configured it as follows in nuxt.config.ts. However, after running pnpm dev and pnpm generate, and then npx ...
shunpeng gao's user avatar
1 vote
0 answers
69 views

I’m working on a Nuxt 3 project and encountering an issue with the watch property. I’m watching $route.query, and whenever a query parameter changes, I call an API to fetch data. The problem is that ...
M Hamza Mughal's user avatar
0 votes
1 answer
44 views

I use nuxt 3, and webdatarocks. For toolbar i created new btn that calls "dialog" with select and options. function customizePivotToolbar(toolbar) { const tabs = toolbar.getTabs(); tabs....
Julian Sinicyn's user avatar
0 votes
0 answers
51 views

I have the following problem: there is no issue when I run npm run dev everything works fine. However, when I run npm run build I get the following error: Console: [plugin @tailwindcss/vite:generate:...
Peter Plevko's user avatar
0 votes
0 answers
74 views

I have a monorep based set-up where all shared static assets live in <repo>/public/img. I’d like every Nuxt app under <repo>/apps/… to reference those images directly. I’d like all of my ...
BATMAN_2008's user avatar
  • 3,642
0 votes
0 answers
35 views

I'm building a Nuxt module which registers a virtual file (a .json file) using .addTemplate() and assigns an alias (#my-module) the value of the .dst property from the returned object from the ....
Oyedeji's user avatar
  • 112
0 votes
0 answers
28 views

I'm trying to use exceljs in a server api on Nuxt for some reason when I deploy to cloudflare I get an error claiming a "message": "Object prototype may only be an Object or null: ...
Raymond Flowers IV's user avatar
0 votes
0 answers
37 views

I am trying to make this csv converter work but can't make it work properly. The code is executing well but it is failing at the final step where it has to generate (blob) for objectURL. Instead it is ...
Eternal Blizzard's user avatar
0 votes
1 answer
175 views

I’m using the Nuxt UI <UNavigationMenu> component in my Nuxt 3 app to render a header nav that scrolls to sections via hash links within my pages/index.vue (#about, #products, #news, etc.). ...
BATMAN_2008's user avatar
  • 3,642
3 votes
2 answers
234 views

Here's the situation I'm facing in my project: Stack: Backend: Laravel 12 (session driver: database, Sanctum SPA authentication) Frontend: Nuxt 3 Backend runs at: localhost:8000 Frontend runs at: ...
Accio's user avatar
  • 31
0 votes
0 answers
76 views

I'm working with a Nuxt 3 project, and I'm getting the following error related to Sass mixins when I try to run the dev server: ➜ DevTools: press Shift + Alt + D in the browser (v2.5.0) ...
Rinkal's user avatar
  • 71
0 votes
1 answer
31 views

I want to secure my images that I send back, so I send it back through an endpoint, but when I do that, chrome can't read it. It sees like 2.4mb being transferred, but the resource size ends up being ...
omega's user avatar
  • 44.5k
0 votes
0 answers
14 views

I configured nuxt-mail in the nuxt.config.js file like (My EMAIL_HOST env var is the domain of my mail server): mail: { message: { from: process.env.EMAIL_USERNAME, to: process.env....
Linux's user avatar
  • 1
0 votes
0 answers
131 views

I'm trying to use PrimeVue DynamicDialog (https://primevue.org/dynamicdialog) inside my Nuxt 3 application. So I built a simple test page with a button that when clicked has to show a popup with a ...
agodoo's user avatar
  • 594
0 votes
0 answers
34 views

I have a Nuxt composable that fetches data from Contentful using the contentful client's getEntries function. It's working on the frontend of my website but when I run my tests i'm getting: TypeError: ...
user2953989's user avatar
  • 3,039
0 votes
1 answer
59 views

I am updating my project from Vue 2/Nuxt 2 to Vue 3/Nuxt 3. As i've been doing this my tests have broken and i'm trying to resolve them but every way I try to shallowMount my component returns an ...
user2953989's user avatar
  • 3,039
1 vote
0 answers
61 views

I'm struggling trying to optimize my Nuxt3 app. When I run lighthouse it tells me to activate compression for text files: But when I look at the request the document is loaded without compression ...
Double Bang's user avatar
1 vote
0 answers
143 views

I'm using sidebase's nuxt-auth to setup authentication, and everything works fine in development mode, but not when deployed with npm run build. Specifically, the getServerSession() function always ...
Tal's user avatar
  • 63
1 vote
1 answer
91 views

H3Error: [vite-node] [plugin:nuxt:imports-transform] [VITE_ERROR] /node_modules/nuxt-toc/dist/runtime/components/CustomQuery.vue import { hash } from 'ohash' import { toRefs, defineComponent, h, ...
Mike Frost's user avatar

1
2 3 4 5
53