Skip to content

Handle Quasar locale resolution in SSG#264

Merged
MekDrop merged 2 commits intomasterfrom
codex/fix-job-69010346424
Mar 28, 2026
Merged

Handle Quasar locale resolution in SSG#264
MekDrop merged 2 commits intomasterfrom
codex/fix-job-69010346424

Conversation

@Codex
Copy link
Copy Markdown
Contributor

@Codex Codex AI commented Mar 28, 2026

Build was failing to prerender /en-US because Quasar locale modules were resolved without explicit file extensions under Node 24/SSG.

  • Locale imports: Point quasar language loaders to concrete module files (quasar/lang/en-US.js, quasar/lang/lt.js) to satisfy ESM resolution when Quasar is externalized.
  • i18n boot compatibility: Keeps runtime language switching unchanged while ensuring prerendered routes load their locale packs.

Example:

const quasarLanguageLoaders = {
  "en-US": () => import("quasar/lang/en-US.js"),
  lt: () => import("quasar/lang/lt.js"),
};

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • download.cypress.io
    • Triggering command: /opt/hostedtoolcache/node/24.14.0/x64/bin/node /opt/hostedtoolcache/node/24.14.0/x64/bin/node index.js --exec install (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Co-authored-by: MekDrop <342641+MekDrop@users.noreply.github.com>
@Codex Codex AI changed the title [WIP] Fix CI job error in MekDrop GitHub Actions Handle Quasar locale resolution in SSG Mar 28, 2026
@Codex Codex AI requested a review from MekDrop March 28, 2026 15:15
@MekDrop MekDrop marked this pull request as ready for review March 28, 2026 15:16
@MekDrop MekDrop merged commit cd503cb into master Mar 28, 2026
1 check passed
@MekDrop MekDrop deleted the codex/fix-job-69010346424 branch March 28, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants