There seems to be some disagreement within Nextcloud, whether apps should or shouldn't bundle their dependencies. Currently, at least the notifications app doesn't bundle them and requires a composer install before working (see notifications#3206), breaking the app installation as implemented in nextcloud-e2e-test-server.
Either, nextcloud-e2e-test-server should add support for installing composer packages for apps or Nextcloud's own apps should always bundle those dependencies.
Also affects nextcloud/nextcloud-docker-dev (but is easier to workaround there).
There seems to be some disagreement within Nextcloud, whether apps should or shouldn't bundle their dependencies. Currently, at least the notifications app doesn't bundle them and requires a
composer installbefore working (see notifications#3206), breaking the app installation as implemented in nextcloud-e2e-test-server.Either, nextcloud-e2e-test-server should add support for installing composer packages for apps or Nextcloud's own apps should always bundle those dependencies.
Also affects nextcloud/nextcloud-docker-dev (but is easier to workaround there).