2,645 questions
0
votes
0
answers
40
views
Route Query Parameter not triggering re-render/logic on same page path
I'm new to Nuxt 3 (and Vue) and running into a issue with component reuse/caching in development mode. This problem never occurs when I build and preview the application.
The Problem
I'm using a ...
-1
votes
0
answers
22
views
Nuxt 3: Prevent useFetch or useAsyncData requests from appearing in browser Network tab after client navigation [closed]
I'm working on a Nuxt 3 project and trying to make all API calls happen only on the server so that API URLs never appear in the browser’s Network tab under fetch or xhr.
When I use useFetch or ...
0
votes
1
answer
82
views
Nuxt 3 to 4 migration : will it fix memory issues?
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.
...
0
votes
0
answers
35
views
keycloak-js with Nuxt: URL fragments not removed after login, authentication lost/blank page displayed on page reload with URL fragments
I'm using keycloak-js in a Nuxt 4 application for authentication. After login, I am redirected back to my page, but the URL contains session-related query parameters (like ?code=...&state=...&...
0
votes
0
answers
65
views
Custom templete with Nuxt Timeline
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 ...
0
votes
0
answers
38
views
Nuxt content v3 with Nuxt v4 shows "content not found" on direct page refresh/navigation in production
Operating system : macos
@nuxt/content: ^3.6.3
nuxt ^4.0.3
Node 24
In a Nuxt 4 project utilizing @nuxt/content, I am encountering an issue where content-rendered pages display "content not found&...
0
votes
0
answers
58
views
Nuxt 3 with i18n missing translations all the sudden
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 ...
0
votes
0
answers
47
views
Nuxt 4 SSR not showing HTML in source
I just started a new nuxt project (latest version). In my nuxt.config.ts I have "ssr: true" but when I look at the source code of the page, I only see some CSS (Nuxt UI) and JS but no HTML.
...
0
votes
0
answers
18
views
Questions about browser cache negotiation in Nuxt
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 ...
-3
votes
2
answers
1k
views
How to use/install tailwind css in nuxt 4?
I was trying to get tailwindcss to work in my nuxt 4 application. There is no proper documentation for the same. After wasting 4 hours of my life asking chat GPT which did not help I finally got the ...
1
vote
0
answers
64
views
Vue watch triggers on route change
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 ...
0
votes
1
answer
69
views
Timeline in Nuxt not showing any items
I have this simple nuxt page and are trying to to render er simple timeline. I have just copied paste from the documentation:
https://ui.nuxt.com/components/timeline
This page is just blank, but I get ...
0
votes
1
answer
40
views
webdatarocks custom element hides then pivot on fullscreen mode
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....
1
vote
1
answer
60
views
Setting default value in USelectMenu
I am trying to populate a USelectMenu and set a default value. However the control shows the id and not the label:
This is my code:
<template>
<div class="p-8">
<h1 ...
0
votes
0
answers
43
views
nuxt build error: appendHeader is not defined
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:...