I have problem that promo is not passing to this component so when i run my project as products catalog(Vue.js) app error Promo is not defined
I have problem that promo is not passing to this component so when i run my project as products catalog(Vue.js) app error Promo is not defined
How to make a vuejs/nuxt project work when javascript is disabled?
I hava a vuejs with nuxt project, I’m using SSR.
Can’t access Nuxt Studio data inside of Nuxt application
I have this nuxt.schema.ts
it loads perfectly on https://nuxt.studio without any issues and I can alter the options, how do I access this object in my app? If I use const config = useAppConfig()
it just gets the locally defined app config and doesn’t access the details from the studio.
Keep-Alive not working with NuxtLayout wrapper
Any Ideas how to get Keep-Alive working with NuxtLayout wrapped around NuxtPage? Maybe there is a workaround for this bug(?) https://github.com/nuxt/nuxt/issues/26270
I dont redirect any of page but project stuck “/login” page
Im using nuxtjs and i have propblem here, its stuck error page its contains a text “404
Page not found: /login” but i dont have login file and i dont write this file yet. Im using prisma, supabase in this project.
TypeError: Cannot read properties of null (reading ‘insertBefore’) VueJS
I am trying to render a list of items in my NuxtJS application.
Nuxt3, lifecycle hooks and setup
Which way is better to use to call fetch requests? Call fetch request in lifecycle hooks (onBeforeMount, onMounted etc.) or just in setup like this
Nuxt 3 + ShadcnVue “Invalid configuration found in components.json.”
I use Nuxt 3.3 and Shadcn Vue. When trying to install another Shadcn component via “npx shadcn-ui@latest add sheet” I get this error message; “Invalid configuration found in [MYPATH]/components.json.”. It just stopped to work, days before it worked fine. I tried a re-install and init of ShadcnVue several times.
How can I make a custom loading in my Nuxt 3 application
I know that Nuxtjs has a built-in component for the loading indicator, but I want to have a custom full page loading spinner
Nuxt 3.11 stuck at Starting Nuxt
I cant run nuxt project, when I run “npm run dev”, there’s error:
RollupError: virtual:#internal/nitro/virtual/server-handlers (1:45): Expected ‘,’, got ‘s’ (Note that you need plugins to import files that are not JavaScript)
Error description