going back
nothing happens
Operating system: Debian 10
Web server: Apache/2.4.38
Database: MariaDB 10.3.14
PHP version: PHP 7.3.4
Nextcloud version: 16.0.0
Updated from an older Nextcloud/ownCloud or fresh install: update
Where did you install Nextcloud from: web updater
Signing status:
Signing status
No errors have been found.
List of activated apps:
App list
Enabled:
Are you using external storage, if yes which one: local
Are you using encryption: yes
Are you using an external user-backend, if yes which one: no
Confirmed with Firefox@latest.
@wiswedel please don't assign people, mention them and let them see if they have the time/knowledge to fix it.
@skjnldsv Roger that. Sorry.
What I see in https://cloud.example.com/js/core/merged-template-prepend.js?v=XXXXXXX-2 is
[...]
$(document).ready(initCore);
/**
// fallback to hashchange when no history support
if (window.history.pushState) {
window.onpopstate = _.bind(OC.Util.History._onPopState, OC.Util.History);
}
else {
$(window).on('hashchange', _.bind(OC.Util.History._onPopState, OC.Util.History));
}
/**
* Get a variable by name
* @param {string} name
* @return {*}
*/
OC.get=function(name) {
[...]
GitHub reference: stable16/core/js/js.js#L1318
Looks like someone (or a faulty tool) commented the change listener?
Introduced in https://github.com/nextcloud/server/commit/ab73c9c3282fa3550fcf349ea30e399de202f4ed#diff-c493b80ad1a9bcfa6b69637097972371L1314
Also confirmed in Chromium 74.0.3729.169 (Official Build) Built on Ubuntu, running on Ubuntu 19.04 (64-bit)
Fixed in #15640
Most helpful comment
Fixed in #15640