After Upgrade from 8.0.1 to 8.02 Logout doesn't function in FireFox, Chrome, and Edge

I have an installation of Pydio 8.0.2 running on FreeBSD 11.1, with PHP 7.1, on Apache 2.4. After upgrading from 8.0.1. Users can’t logout. you can click the link from the menu, but nothing happens. There doesn’t seem to be any action attempted and no errors logged. Problem seems to exist in FireFox, Chrome, Microsoft Edge.

Surprisingly, it does seem to work in IE.

I have cleared browser caches, no change.

I do see an issue in the browser console though
From FireFox:
TypeError: PydioApi.clearRememberData is not a function

From Chrome:
AuthfrontCoreActions.js:566 Uncaught (in promise) TypeError: PydioApi.clearRememberData is not a function
at Function.sessionLogout (https://pydio.dweimer.net/plugins/core.authfront/res/build/AuthfrontCoreActions.js:566:26)
at Function.FuncUtils.executeFunctionByName (eval at (:1:1), :10:24251)
at eval (eval at (:1:1), :7:28724)
at

Well I got back into investigating this, discovered that the function it couldn’t find was indeed defined in the plugins/gui.ajax/res/js/core/http/PydioApi.js file. Opened the site up to confirm if that file was getting loaded and everything works in all browsers with no change. Still not sure what was going on before but its seems to have been a temporary issue. I do use a redis cache server maybe somethig was cached there???

I have same problem, can’t logout from any browser.

It did it on the second system I manage as well. Both cleared up by the next day.