Open felixheidecke opened 6 years ago
Browser log
Uncaught ReferenceError: oc_appconfig is not defined at shareconfigmodel.js?v=ba222ded25d957b900c03bef914333cd:24
we have this on any public pages since the beginning of times .....
GitMate.io thinks the contributors most likely able to help are @PVince81, and @mmattel.
Possibly related issues are https://github.com/owncloud/core/issues/20179 (OC_AppConfig hook isn't present anymore), https://github.com/owncloud/core/issues/7226 (ReferenceError: Files is not defined), https://github.com/owncloud/core/issues/32462 (jQuery is not defined), https://github.com/owncloud/core/issues/10537 (Identifier "Scanner" is not defined), and https://github.com/owncloud/core/issues/14317 (Identifier "OCP\INavigationManager" is not defined.).
we have this on any public pages since the beginning of times .....
Laaaaaame. Egal … backlog ;-)
Laaaaaame.
fix it
Egal …
English please - THX
During installation (Setup in the browser) an
oc_appconfig is not defined
error is thrown. It doesn't do any harm, but it's "not nice" ;-)Probably regression due to https://github.com/owncloud/core/pull/33414
### Steps to reproduce 1. Open browser to clean oc install 2. Open bowser console 3. See error #### Browser log ``` Uncaught ReferenceError: oc_appconfig is not defined at shareconfigmodel.js?v=ba222ded25d957b900c03bef914333cd:24 ```