[stable32] fix(deps): update @nextcloud/vue to 8.41 so the admin settings page renders again - #1034
Open
oleksandr-nc wants to merge 2 commits into
Open
[stable32] fix(deps): update @nextcloud/vue to 8.41 so the admin settings page renders again#1034oleksandr-nc wants to merge 2 commits into
oleksandr-nc wants to merge 2 commits into
Conversation
…enders again Signed-off-by: Oleksandr Piskun <oleksandr2088@icloud.com>
Signed-off-by: Oleksandr Piskun <oleksandr2088@icloud.com>
This was referenced Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since 32.0.13 the AppAPI admin settings page renders empty. Dependabot PR #915 deduped
@nextcloud/l10nto 3.4.1 while@nextcloud/vuestayed on 8.17.1, whose bundled translation code writes to a gettext internal that@nextcloud/l10n3.2 removed. The script throwsTypeError: Cannot read properties of undefined (reading 'catalogs')while loading, so nothing mounts. Only stable32 has this pairing: stable31 still locks@nextcloud/l10n3.1.0, and stable33 and later use@nextcloud/vue9.@nextcloud/vue8.23 and later work with@nextcloud/l10n3.2+, so this updates it to 8.41.0, the latest 8.x (server stable32 ships 8.40.0), and recompiles the assets with the Node 16 and npm 8 fromengines.Verified on a stock 32.0.14 with the rebuilt assets: the page renders with its daemon list, the register and details modals open, and there are no console errors; with the shipped assets it fails as described. The regression test for this is in #1033.