OnlyOffice document editor works perfectly when using npm run preview with full toolbar, buttons, and editing interface visible. However, when building and serving with npx serve dist/, the editor loads but displays only an empty container without any UI elements - no toolbar, no formatting buttons, no menus.
OnlyOffice document editor works perfectly when using
npm run previewwith full toolbar, buttons, and editing interface visible. However, when building and serving withnpx serve dist/, the editor loads but displays only an empty container without any UI elements - no toolbar, no formatting buttons, no menus.