Skip to content
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

fix: Resolve incomplete vue-i18n configuration and js/ts extensions resources #2025

Merged
merged 12 commits into from
May 8, 2023

Conversation

kazupon
Copy link
Collaborator

@kazupon kazupon commented Apr 24, 2023

πŸ”— Linked issue

fix #1990
fix #1992
fix #2000
fix #2016
fix #2017
fix #2021
fix #2029

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@kazupon kazupon changed the title fix: Resolve incomplete vue-i18n configuration and js/ts extensions r… fix: Resolve incomplete vue-i18n configuration and js/ts extensions resources Apr 24, 2023
@TuguldurJ
Copy link

Hi,

We cannot build project now. Anything would help! πŸ™
(500 (/i18n/precompile))
[nuxt] error caught during app initialization FetchError: (500 (/i18n/precompile))

@puzzle-it-nu
Copy link

Hi,

We cannot build project now. Anything would help! pray (500 (/i18n/precompile)) [nuxt] error caught during app initialization FetchError: (500 (/i18n/precompile))

As a temporarly workaround you can do:
NODE_OPTIONS='--max-http-header-size=100000' nr dev
or
export NODE_OPTIONS='--max-http-header-size=100000'
and then start vscode and do debugging inside vscode. Using the first inside vscode+debugging doesn't seem to work for me.
The size is dependent on ....

@bedirdemir
Copy link

Hi,

We cannot build project now. Anything would help! πŸ™
(500 (/i18n/precompile))
[nuxt] error caught during app initialization FetchError: (500 (/i18n/precompile))

I have the same error.

@kazupon kazupon marked this pull request as ready for review May 8, 2023 01:44
@kazupon kazupon merged commit a069f38 into next May 8, 2023
8 checks passed
@kazupon kazupon deleted the fix/config-and-dynamic-resource branch May 8, 2023 01:45
DarthGigi pushed a commit to DarthGigi/i18n that referenced this pull request Apr 16, 2024
…esources (nuxt-modules#2025)

* fix: Resolve incomplete vue-i18n configuration and js/ts extensions resources

* fix: unit testing

* breaking: drop context passing

* fix: fork from `@nuxt/test-utils`

* fix: ignore lint errors for utils

* fix: update snapshot

* fix: update e2e

* fix: wrong path for pre-rendered

* fix: add spec fixtures

* fix

* refactor

* fix: update lock file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment