OC 10 upgrade: Double slashes in paths break web app

Hi, I am running Owncloud on a Ubuntu 16.04 on Apache. I have updated from 9.1 to 10.0 via the web updater. Since then most of the paths in the web app start with a double slash (not all). I can open the login page but essentially nothing else is possible - since the browser can't reach the references. So I cannot login etc.

File sync with the desktop or mobile apps, however, still work completely fine.

So my index.php source code right now looks like this..

<link rel="stylesheet" href="/apps/firstrunwizard/css/colorbox.css?v=bfd00bcae1c391824a4f344d69725e20">
<link rel="stylesheet" href="/apps/firstrunwizard/css/firstrunwizard.css?v=bfd00bcae1c391824a4f344d69725e20">
<link rel="stylesheet" href="/core/css/jquery.ocdialog.css?v=bfd00bcae1c391824a4f344d69725e20">
<link rel="stylesheet" href="//core/css/styles.css?v=bfd00bcae1c391824a4f344d69725e20">
...
<link rel="stylesheet" href="//apps/firstrunwizard/css/firstrunwizard.css?v=bfd00bcae1c391824a4f344d69725e20">
...
<link rel="stylesheet" href="//core/css/jquery.ocdialog.css?v=bfd00bcae1c391824a4f344d69725e20">
<script src="/index.php/core/js/oc.js?v=bfd00bcae1c391824a4f344d69725e20"></script>

Notice, how some references start with a single slash, others incorrectly with double slashes.
Any help is highly appreciated! Not really sure, what more info you would need, just let me know and I'll provide it!

Thanks so much!

If stuff like this happens after an update/upgrade then please always report those to the developers at https://github.com/owncloud/core/issues

alright, will do. Thanks!

1 Like

Thanks, here is the reference:

Just as a reference. This was already fixed in the final release of ownCloud 10.0.0 [1] but the OP has upgraded to an older testing version of oC 10.0.0 which doesn't contain that fix.

[1]

1 Like