Hi, i tried to install the current pydio 8.0.2 (CE) on server with following specs:
OS: CentOS 7.4.1708
Pydio 8.0.2 (tar.gz)
Nginx: 1.12.2
PHP 7.0.27
The installation wizard worked without any problems.
After that, i’ve got several issue with this installation, which seems to be browser dependent.
Chrome: Correct Login Screen - Logon not possible
Edge/IE/FF/Safari: White Screen, white Login Box, Text (white on white) - Logon possible, but Dashboard looks strange
Using the developer tools, i found out, that some css/js files could not be loaded.
Chrome parses everything correctly.
Stylesheet [...]plugins/gui.ajax/res/build/pydio.material.min.css?v=8.0.2 wurde nicht geladen, weil sein MIME-Typ, "application/octet-stream", nicht "text/css" ist.
Stylesheet [...]plugins/authfront.keystore/apikeypane.css?v=8.0.2 wurde nicht geladen, weil sein MIME-Typ, "application/octet-stream", nicht "text/css" ist.
Stylesheet [...]plugins/action.share/res/react-share-form.css?v=8.0.2 wurde nicht geladen, weil sein MIME-Typ, "application/octet-stream", nicht "text/css" ist.
Stylesheet [...]plugins/boot.conf/res/css/installer.css?v=8.0.2 wurde nicht geladen, weil sein MIME-Typ, "application/octet-stream", nicht "text/css" ist.
After deleting the cache files, everything works for some minutes. After that everything looks strange again.
I tried to fix this via special nginx rule for css/js locations, and remove all SSL configs, but the error remains.
IE/FF/Safari
Has anyone experienced this?
Is there any way to fix it?
BR
Chris