-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Music app broken in ownCloud #792
Comments
Running a check using occ app:check-code music reports the app as not compliant, however the errors/warnings don't look to be the cause of this: Checking the integrity of the app reports no issues (running: occ integrity:check-app music) |
Just installed a brand new instance of Owncloud 10.5.0 on a VM running the same versions fo Apache, PHP & Ubuntu and added the music app. Same issue occurs on a new install. No errors in the logs. The previous version of the Music app (0.16.0) works fine. |
Thanks for the report. I hadn't noticed this during the development, but now I could reproduce the error (on ownCloud 10.4) when I removed the test version of the Music app and installed it via the Market. After quite a bit of trial and error, I found out that ownCloud actually requires that the application has folders As a quick fix, you could create those folders yourself:
I'll also try to publish a new package to the Market very soon. This problem is specific for ownCloud and does not affect any of the supported versions of Nextcloud. |
Great thanks for looking into that so quickly. I can confirm creating those folders sorts this for me. It's a shame nothing was logged in ownCloud for this, or anywhere at all. |
…er on ownCloud For some reason, ownCloud (all supported versions) requires that the app must have `css` and `js` folders in its root, even if they are empty. If the folders are not there, the .css and .js files will not be loaded from the `dist` folder, and the web UI cannot be used. Nextcloud has no such issue. The .gitattributes was now changed so that only the contents of those folders are excluded from the release, but the folders themselves are included. refs owncloud#792
Now there is also release v0.17.1 available which adds those two empty folders. |
Just updated the Music app via the market in ownCloud 10.5.0 and the app is now broken:
Owncloud: 10.5.0
Music app: 0.17.0
Server: Ubuntu 18.04 LTS
PHP: 7.2.24
Apache2: 2.4.29
No errors in apache logs, ownCloud, browser console. Uninstalling the app and re-installing it via the Market doesn't fix anything. Not sure what else to try.
The text was updated successfully, but these errors were encountered: