-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
0. Needs triagePending approval or rejection. This issue is pending approval.Pending approval or rejection. This issue is pending approval.bugSomething isn't workingSomething isn't working
Description
Steps to reproduce
- Upgrade or install Nextcloud 33.0.0.
- Install and enable the
officeonlineapp version 3.1.1. - Navigate to the Files app in the web interface.
Expected behavior
The Files app should load the file list and the "New" file menu normally without blocking the UI.
Actual behavior
The Files app fails to render the file list, showing an infinite loading spinner. The Vue.js frontend crashes due to a template registration error, likely because the app tries to register "New Document" templates using an outdated format not supported by NC 33.
Disabling the officeonline app (occ app:disable officeonline) immediately resolves the issue and the files load normally.
Browser log (Console Error)
Uncaught Error: Invalid entry
at newFromTemplate.ts:51:9
at Array.forEach (<anonymous>)
at newFromTemplate.ts:50:15
at 30312 (init.ts:50:1)
at a (bootstrap:19:32)
at files-init.js?v=d8bdf2b8-8:1:467540
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0. Needs triagePending approval or rejection. This issue is pending approval.Pending approval or rejection. This issue is pending approval.bugSomething isn't workingSomething isn't working