-
-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NUXT3] Deploy to Vercel, Failed: [nuxt] [request error] [unhandled] [500] ENOENT: no such file or directory, open '/vercel/path0/.nuxt/i18n/config-cfcb45fa.js' #2016
Comments
I have the same error when deploying on AWS Lambda:
Note how it refers to a path on my local machine. |
Same here - deployments on Vercel (and likely other providers) fail right now:
and
|
I had the same problem. |
You mean every time you build, change permission per files manually on a server? If you are using vercel like cd/ci deployment, it cannot be possible. What is the root issue? |
I've fixed this issue. |
I updated to this most recent commit, but am still experiencing this issue with Netlify's build process. This is the error message I see in the Netlify function logs:
|
I've tried to deploy the following repository with vercel and netlify. vercel: https://nuxt-i18n-repro-1.vercel.app/ Could you give us your minimal repo please? 🙏 |
Environment
"devDependencies": {
"@nuxtjs/i18n": "^8.0.0-beta.11",
"nuxt": "3.3.3"
},
Reproduction
"devDependencies": {
"@nuxtjs/i18n": "^8.0.0-beta.11",
"nuxt": "3.3.3"
},
nuxt.config.ts
modules: ['@vueuse/nuxt', '@unocss/nuxt', '@nuxt/content', '@nuxtjs/i18n'],
i18n: {
vueI18n: './i18n.config.ts',
},
i18n.config.ts:
export default defineI18nConfig(nuxt => ({
legacy: false,
locale: 'en',
messages: {
...
}}))
vercel
Describe the bug
[nuxt] [request error] [unhandled] [500] ENOENT: no such file or directory, open '/vercel/path0/.nuxt/i18n/config-cfcb45fa.js'
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: