Blank Pages in apps like Deck, Collectives, Groupfolders in master and all stables #201
Replies: 2 comments
-
THe error message looks like you are missing build steps in the individual apps for the stable branches
I'd recommend to use apps-shared with care as it will only work if the apps support multiple versions in the same branch. Deck for example has one stable branch per major nextcloud version, so you would need a checkout of the stable25/stable26/stable27 branch of that. For this purpose git worktree is a nice tool as it is documented. As mentioned above you will need to run the build steps that those apps need like composer/npm related commands in each checkout. Maybe it is the easiest to start off without additional apps and add them one by one for the stable versions so you can clearly see which app is running into problems. |
Beta Was this translation helpful? Give feedback.
-
I'll move this to the discussions as it is more a question about setup than a bug in the container environment itself. |
Beta Was this translation helpful? Give feedback.
-
I installed successful the master and the stables 25, 26, 27. But in all versions I see only a empty page for deck, collectives, tasks, groupfolder. Contacts and Calendar cannot be enabled.
For Deck here is the log message in stable27. These are all like similar.
master-stable27-1 | {"reqId":"Y447eF8fMxFOJRZHD3gO","level":4,"time":"2023-06-15T12:00:01+00:00","remoteAddr":"","user":"--","app":"deck","method":"","url":"--","message":"Error during app service registration: Cannot include autoload. Did you run install dependencies using composer?","userAgent":"--","version":"27.0.0.8","exception":{"Exception":"Exception","Message":"Cannot include autoload. Did you run install dependencies using composer?","Code":0,"Trace":[{"file":"/var/www/html/lib/private/AppFramework/Bootstrap/Coordinator.php","line":142,"function":"register","class":"OCA\Deck\AppInfo\Application","type":"->","args":[["OCP\AppFramework\Bootstrap\IRegistrationContext@anonymous\u0000/var/www/html/lib/private/AppFramework/Bootstrap/RegistrationContext.php:156$56"]]},{"file":"/var/www/html/lib/private/AppFramework/Bootstrap/Coordinator.php","line":90,"function":"registerApps","class":"OC\AppFramework\Bootstrap\Coordinator","type":"->","args":[["files","activity","circles","cloud_federation_api","comments","And 28 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/base.php","line":698,"function":"runInitialRegistration","class":"OC\AppFramework\Bootstrap\Coordinator","type":"->","args":[]},{"file":"/var/www/html/lib/base.php","line":1175,"function":"init","class":"OC","type":"::","args":[]},{"file":"/var/www/html/cron.php","line":43,"args":["/var/www/html/lib/base.php"],"function":"require_once"}],"File":"/var/www/html/apps-extra/deck/lib/AppInfo/Application.php","Line":114,"message":"Error during app service registration: Cannot include autoload. Did you run install dependencies using composer?","exception":{},"CustomMessage":"Error during app service registration: Cannot include autoload. Did you run install dependencies using composer?"}}
Those apps I added via bootstrap.sh calendar collectives contacts deck groupfolders side_menu tables tasks notifications serverinfo privacy nextcloud_announcements activity client-sdks nextcloud-vue impersonate forms circles.
These apps I also added in the stables. Some have a invalid reference, I have to put them in apps-shared.
It would be nice to know how to resolve the issue, so I can start to develop.
Beta Was this translation helpful? Give feedback.
All reactions