ownnote
ownnote copied to clipboard
Server-side editor is broken (unusable at all)
On the server I can't see content and therefore can't edit notes (even brand new created ones). Doesn't matter - in IE or Chrome. Nothing wrong in OC log meanwhile.
For note view/edit page Chrome console brings plenty errors all looking the same: Failed to load resource: the server responded with a status of 404 (Not Found) https://SERVERNAME/assets/plugins/advlist/plugin.js ... Failed to load resource: the server responded with a status of 404 (Not Found) https://SERVERNAME/assets/plugins/autoresize/plugin.js
So all the errors are related to wrong addressing /plugins directory.
Meanwhile Android app works fine - notes are visible/editable as usual. OC 8.2.2 ON 1.05
Please advise.
I have the same problem.
Ever since the upgrade to OC 8 (and subsequent updates) server-side editor just shows a blank screen.
For me this error only occurs when 'asset-pipeline.enabled' is set to true in the config.php. In this case the console shows some 404 errors for me as well.
When you set it to false the editor appears as intended and the 404 errors disappear.
The app logreader had a similar problem some time ago. Here is a link to the commit which fixed it for the app: https://github.com/icewind1991/logreader/commit/e8627cf405dd88bfa0e338f7fe4e33cd4d4465eb
Thanks @Rickowski! That works. Hope this can be fixed so I can enable asset pipelining again.
Running a new owncloud 9.0 instance. Can confirm the issue when I enabled asset-pipeline. Disabled and it worked again.
For me the problem is intermittent. Sometimes the editor for notes displays and sometimes it does not. Usually once the editor displays it displays for the rest of the session for creating or editing other notes.
Thanks that also worked for me. OC: 9.1.0 (stable)