Skip to content Skip to sidebar Skip to footer

Urierror In Nuxtjs Production When Hosting On Vercel

I am developing an application with ssr in nuxt. The problem I have is when I run 'npm start' after doing the build and generate. The application starts working normally but when I

Solution 1:

Go to your app's settings on vercel, the URL should look like this: https://vercel.com/<your-username>/<your-project>/settings/environment-variables

There, drop in your env variable (my screenshot is a value example!) and trigger a build of your app. Should work fine then.

enter image description here

Post a Comment for "Urierror In Nuxtjs Production When Hosting On Vercel"