-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Error when using i18n on Layer: [vite-node] [ERR_INVALID_ARG_VALUE] #2073
Comments
Any update on this @kazupon ? |
I've increased the priority as the issue violates documented behavior and is not only an edge case, I think. |
Hello, is there any update? nuxt.config.ts: i18n.config.ts: Thanks in advance. |
This issue should be fixed by #2265, you can check it out by installing the edge channel I have changed your reproduction to demonstrate this here: https://stackblitz.com/edit/node-yhgxzu?file=package.json |
Hello Bobbie, Thank you for your effort but still I could not use i18n for layer language support. Let me try to explain what I did.
In summary, I have app shell in the layer and I am giving some message to the layer but I could not control language support. |
Hi @atayg, It sounds like you may be experiencing a similar, but unrelated issue, can you open a separate issue and provide a reproduction of your setup? |
I'm quite sure this issue is resolved in the edge channel so I will be closing this. @wypratama if you're still experiencing this issue with the edge channel installed, let me know and I'll reopen the issue again! |
I can confirm that this issue is resolved :) |
Environment
Darwin
v18.14.2
3.4.3
2.4.0
pnpm@8.1.1
vite
typescript
,modules
,app
,quasar
,i18n
pinceau/nuxt
,nuxt-quasar-ui@1.7.3
,@nuxtjs/i18n@8.0.0-beta.12
,nuxt-vitest
-
Reproduction
https://stackblitz.com/edit/node-2avl69?file=README.md
Describe the bug
Using Nuxt i18n in a layer project keep showing error below if I put i18n.config under root project. I can get it working only if I put i18n.config under .playground folder.
When layer is extended however, and I try to run the app that extend the layer, the error keeps showing no matter where I put the i18n.config file
Additional context
On reproduction if running pnpm run dev:layer, the project can run. But when we run pnpm run deb:web then I can't figure out how to make it running.
Logs
No response
The text was updated successfully, but these errors were encountered: