We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
npm update
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
The text was updated successfully, but these errors were encountered:
The problem is on the @nextcloud/vue side. It is fixed on both v8 and v9, but v9 hasn't been released yet.
@nextcloud/vue
v8
v9
Sorry, something went wrong.
No branches or pull requests
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
You can find a PR for demonstration here
The text was updated successfully, but these errors were encountered: