nuxt: The latest version of nuxt3 deployment server ran an error: This page is temporarily unavailable
Environment
Nodejs:v18.1.0
{
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/node": "^20.8.9",
"nuxt": "^3.8.0",
"typescript": "^5.2.2",
"vue": "^3.3.7",
"vue-router": "^4.2.5"
},
"dependencies": {
"@nuxt/ui": "^2.9.0",
"ohash": "^1.1.3",
"sass": "^1.69.4"
}
}
Reproduction
https://stackblitz.com/edit/github-nf5wwj?file=nuxt.config.ts
Describe the bug
Can display data normally in the development environment.Prompt that this page is temporarily unavailable after deploying the server
Additional context
No response
Logs
No response
About this issue
- Original URL
- State: closed
- Created 8 months ago
- Comments: 23 (5 by maintainers)
@danielroe I executed the command pnpm why Vue and found that the versions of Vue are consistent, all versions are 3.3.7.
yes, exactly! Or even because your package manager keeps a second version around. you can try
pnpm why vue
ornpm why vue
.No. Any vue2 in project. And actually my problem was solved by reupgrade nuxt with
pnpx nuxi upgrade --force
Same issue with Nuxt 3.8.1