question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error on nuxtjs ssr app deploy

See original GitHub issue

image

Vercel.json file

{ "version": 2, "builds": [ { "src": "nuxt.config.js", "use": "@nuxtjs/vercel-builder", "config": { "serverFiles": [ "package.json" ] } } ], "routes": [ { "src": "/_nuxt/.+", "headers": { "Cache-Control": "public, max-age=31557600" } }, { "src": "/sw.js", "dest": "/_nuxt/static/sw.js", "headers": { "Cache-Control": "public, max-age=43200, immutable", "Service-Worker-Allowed": "/" } }, { "src": "^/(.*)", "dest": "/" } ] }

Error

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
rahulkumarsingh73690commented, Jun 26, 2021

Thanks:) Now my site is working

0reactions
rahulkumarsingh73690commented, Jun 26, 2021

@rahulkumarsingh73690 As you can see, you are importing vuetify in your nuxt config, yet it is not in your dependencies.

What do you mean? I didn’t understand I am new here

nuxt-vuetify is in devDependencies

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deploying Nuxt.js SSR app to production gives error
I have built a Universal app with Nuxt.js, and now I want to deploy it, however I am finding the process very confusing....
Read more >
Commands and Deployment - Nuxt
To deploy a SSR application we use target: 'server' , where server is the ... CI/CD fail the deployment or build, you can...
Read more >
[Solved]-Why am I getting a Module Parse Failed Error when ...
Coding example for the question Why am I getting a Module Parse Failed Error when running NuxtJS App in SSR Mode?-nuxt.js.
Read more >
Creating Server-side Rendered Vue.js Apps Using Nuxt.js
This is a big indication that something is wrong with the application logic. Thankfully, an error will be generated in your browser's console...
Read more >
Error handling in NuxtJS - Damir's Corner
Error handling works differently in SSR (server-side rendering) and SPA (single page application) mode. Since the pages rehydrate as SPAs ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found