Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [nuxt3.js]

The tag has no usage guidance.

0 votes
0 answers
9 views

Component is missing template or render function

This is a stupid question, but I can't figure out what I'm doing wrong. Trying to setup CK5 in Vue and I'm running into some issues. Getting this error: Component is missing template or render ...
rikuto148's user avatar
  • 253
0 votes
0 answers
3 views

how to update i18n messages on nuxt app with api response, after initialisation

I am working on an application in Nuxt 3, with i18n. I am trying to use an API response to update the messages, after the initialisation. we have severals app that use the same dictionary, we want to ...
Omantel's user avatar
0 votes
1 answer
26 views

Unable to Add Product to Cart in Vue.js + Nuxt 3 + Pinia Store

I've been struggling for days to get my Vue.js application to add products to the cart using a Pinia store. My backend is built with Laravel, and I'm making API requests to add items to the cart. ...
David Buik's user avatar
0 votes
1 answer
19 views

How to set proxy in Nuxt3?

I can't understand why setting proxy in nuxt 3 doesn't work When im trying to get data i see incorrect url in development tools Below is my code, what am i doing wrong? nuxt.config.js export default ...
Maxim's user avatar
  • 11
0 votes
0 answers
8 views

How can I using common routes for multi-projects

I am using NuxtJs 3 and I have 3 folders containing 3 different nuxtjs projects in which the "packages" folder contains 2 subfolders "cms" and "monitor". When I run the ...
Châu Trần Thái's user avatar
0 votes
1 answer
28 views

How to redirect to a specified route in Nuxt server api?

I am currently doing a project using Nuxt and I am using the Nuxt server/api folder for all of my external API. What I'm trying to do is that, I want to redirect back to the / page if there are any ...
Lovi's user avatar
  • 47
1 vote
0 answers
25 views

Always getting PaymentIntent status: requires_payment_methodThe PaymentIntent requires a payment method

I am always getting this after a purchase in a Nuxt 3, stripe project: PaymentIntent status: requires_payment_methodThe PaymentIntent requires a payment method. Here is my frontend function: try { ...
hhhhhhh's user avatar
  • 13
0 votes
1 answer
57 views

method is not supported for route login

The GET method is not supported for route login. Supported methods: POST. I don't understand where the login happens here Why doesn't my Kernel go further? My Client async resend() { try { ...
Vadim Yanyushkin's user avatar
0 votes
0 answers
10 views

nuxt @coremyslo/nuxt-icon-font svg icon transformed when use

I'm working on nuxt3, TailwindCss. Using @coremyslo/nuxt-icon-font and svg to make icon font, but some of icon did not show as expected. This is my svg image content <svg width="24" ...
cony's user avatar
  • 25
0 votes
0 answers
9 views

Upload large files to Vercel (using CSR?)

I have a Nuxt3 project that is hosted on Vercel. Currently, I added an upload-file functionality that sends the data to an API (the API is hosted on Firebase). The API stores the files in Firestore. ...
Erythros's user avatar
0 votes
0 answers
26 views

What causes Cannot find module '~/pages/index.vue' or its corresponding type declarations. ts(2307) error while using router.options.ts?

see sample image here I have a nuxt 3 project and I would like to use custom routing with it. I followed nuxt documentation on custom routing and added a folder named 'app' and inside I created router....
Dionico Noe C. Alegarbes's user avatar
0 votes
0 answers
18 views

Nuxt.js global middleware keep redirecting me to login after refershing a page after authentification

So i have a globabl middleware that is supposed to portect other routes based on if a token is in local storage import { parseCookie } from '~/utils/parseCookie'; export default ...
moncef chouiakh's user avatar
0 votes
1 answer
15 views

How can DOMPurify be used in a Nuxt application to save cleaned input to Pinia store?

I have included DOMPurify in my Nuxt application as a plugin imported from a layer. I have a textarea that is capturing user input and I can use the v-dompurify-html directive to display the text ...
Peter Hentges's user avatar
1 vote
1 answer
50 views
+50

How to set loadingTemplate inside custom Nuxt Module

I'm building a nuxt module, and want to set loadingTemplate within this module. What I tried so far is modifying devServer inside module like below (But no luck) import { loadingTemplate } from './...
SergkeiM's user avatar
  • 4,048
0 votes
0 answers
42 views

Nuxt 3 Supabase - 500 auth Session missing

I am trying to integrate Supabase Github OAuth with Nuxt 3 but I am having an error "500 auth session missing" and it's very slow! The server middleware causing the Error: (user.ts) import {...
Daly's user avatar
  • 285

15 30 50 per page
1
2 3 4 5
178