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

[bug] v3.2.0 breaks compiled app #865

Open
dartcafe opened this issue Feb 19, 2025 · 1 comment
Open

[bug] v3.2.0 breaks compiled app #865

dartcafe opened this issue Feb 19, 2025 · 1 comment

Comments

@dartcafe
Copy link

I just updated to v3.2.0 via npm update and the build seems to be broken; app is not loaded and the app-content is empty.

I have no better information besides a debug report by halting on execution errors:

TypeError: can't access property "catalogs", gettext.gt is undefined

        if (!gettext.gt.catalogs[locale]) {
          gettext.gt.catalogs[locale] = { messages: { translations: {} } };
        }

You can find a PR for demonstration here

@ShGKme
Copy link
Contributor

ShGKme commented Feb 19, 2025

The problem is on the @nextcloud/vue side. It is fixed on both v8 and v9, but v9 hasn't been released yet.

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

No branches or pull requests

2 participants