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

All Questions

Tagged with
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
9 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
0 answers
10 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
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
0 votes
0 answers
39 views

Open/Close a Sheet component from shadcn-vue using a button in a parent component

I am using Nuxt and have added a Sheet component from shadcn-vue (https://www.shadcn-vue.com/docs/components/sheet.html) into my project. The example provided in the documentation uses a SheetTrigger ...
Michael's user avatar
  • 317
0 votes
1 answer
15 views

Nuxt 3 HMR Module not reloading changes

I have nuxt 3 project and installed couple of packages . the hmr was working fine .. it just stopped suddenly no clue why . there's no errors in the console . the cmd shows the files are being updated ...
Joe_G's user avatar
  • 1
0 votes
0 answers
11 views

Why does the language setting not work for input error in vee-validate?

I think I have set all the language settings for vee-validate but it still defaults to the English language error! I want to display the errors in Farsi language. I have also installed the necessary ...
Amir Vaez's user avatar
0 votes
1 answer
30 views

Optimizing Background Images In Nuxt 3

I'm developing a Nuxt.js application and I need to set a decorative background image for a <div>. I prefer using background-image for decorative elements, as it is semantically more appropriate, ...
Michael's user avatar
  • 317
0 votes
0 answers
9 views

How to import input in select field with vee-validate 4

I am going to put an input as an input to filter the options at the beginning of the options. But when I put the input inside the field, it is not rendered and displayed at all. <script setup> ...
irancss's user avatar
  • 41
0 votes
0 answers
24 views

Can't build a dynamic link on nuxt 3

I need to create a link like this for password-reset http://localhost:3000/password-reset/d866f5fa974450aabc5fe0943d7266c6659f43e28f1a7a3cda94957374e55974?email=ospreystudio2020@gmail.com I compiled ...
Vadim Yanyushkin's user avatar

15 30 50 per page
1
2 3 4 5
100