vuetify icons not working
hello im trying to get my vuetify nuxt project to use mdi icons and fa icons ``` vuetify: {
vuetifyOptions: {
icons: {
defaultSet: "fa",
sets: [...
How can I implement an inline script on page?
Something like
<script>console.log('hello world')</script>
I need to implement the inline script that way because it's a third-party script...Nuxt Auth
Hi,
I am currently struggling with implementing OAuth2 for my application. I have added @sidebase/nuxt-auth with a NuxtAuthHandler with Authentik as following:
```ts
export default NuxtAuthHandler({...
Test Utils: wrapper.find Always Returns Empty DOMWrapper
I'm converting an app for Nuxt 2 to Nuxt 3. I've updated the unit test config to use Nuxt test utils and the Nuxt environment but wrapper.find only ever returns an empty DOMWrapper i.e. does not find anything, even though the wrapper.html looks correct
vitest.config.ts
```
import { defineVitestConfig } from '@nuxt/test-utils/config'...
Loading Indicator when ssr:false
Hi, is there any option to add a custom loading indicator while the
ssr: false
application is loading?
something like
<NuxtLayout>
<template #loading>
Loading.....Issue with import types with Nuxt UI Pro and Nuxt UI
Hello. I have an issue with Nuxt UI Pro. I installed it as the docs says, the issue is that I'm trying to make a form, as it is in the docs.
import type { FormSubmitEvent } from '#ui/types';
import type { HeaderLink } from '#ui-pro/types'
...
Deployment
Hi, has anyone here tried deploying their Nuxt frontend on Nuxthub while hosting their Laravel backend on Hostinger? My nameserver is also on Hostinger. I am using Breeze API in my Laravel and have set up a subdomain on Hostinger pointing to my Nuxt frontend URL. However, I always get a CSRF token mismatch error for non-GET requests. I’m not sure what’s wrong. I’ve been searching the internet for a while now but am stuck. Everything works fine when running on localhost.
UInputMenu Focus
Why doesn't this shortcut / to focus on UInputMenu work?
```<script setup lang="ts">
const filterBuilderMenuOpen = ref(false)
const selected = ref('')...
Conditional Popup Pages / Nested Routes
I’m working on a Nuxt 3 (or actually Nuxt 4) project, and I need some help with implementing a feature. Here’s what I’m trying to achieve:
• I’d like certain pages to open as popups/overlays when navigating to them via the frontend.
• However, if someone accesses those pages directly (e.g., by entering the URL in the browser), they should render as full-page views.
I’ve been exploring nested pages and the popup/overlay is no problem, but the normal render view part is not clear to me....
NuxtLink `to` prop includes file names instead of paths
I'm new to Nuxt and confused by what I'm seeing when I add a basic
NuxtLink
. I was expecting to see the list of route paths in the to
prop but instead I'm seeing file names. This becomes a bit trickier if I use route groups, as the file name will contain a segment that isn't part of the path. It's easy enough to ignore autocomplete and just add the expected path, but it seems like the type may not be generated as intended.
Is this a known limitation/issue, or is there something I may need to configure so the type is generated from all available route paths?...
Prisma error using nuxt
I just recently installed primsa and followed a bit of tutorial however I get this error when running the web using
...
npm run dev
ERROR: Could not resolve ".prisma/client/index-browser"
ERROR: Could not resolve ".prisma/client/index-browser"
Generate SiteMap with api and Nuxt/sitemap
Hello I have an api that gives objects containing various company names, I use nuxt/sitemap but I do not understand how to add these dinamics urls (/stocks/company symbol) to sitemap.xml.
Redirect urls with multiple slashes in the middle of url with status code 301
I'm trying to create middleware that will redirect urls with multiple slashes in the middle of url with status code 301.
how to extend nuxt security headers after build using enviroment vars?
Hi all nuxt noob here, (i am php backend developer normally)
I have a nuxt project that is deployed to a static webapp on azure along with a cdn also deployed automatically, i dont know the cdn url before build and i want to add it to allow images from cdn.
...
Using Nuxt with Sequelize? Implementation.
Hi I am planning to use Sequelize as it has the ability to use mysql/postgres and mongodb.
I would like to ask how do you implement this approach? Some code examples would be great....
$fetch not working with the new shared folder properly
I have a composable in my shared folder that uses $fetch to query nitro endpoints. However for some reason it says
"/api/v1/data/agents": <no response> Failed to parse URL from /api/v1/data/agents
Slow intellisense/suggestions. @nuxt/ui
How fast or slow are your IntelliSense suggestions? In my projects, it takes 3–5 seconds to load, and it feels unbearably slow.