Open
Description
Steps to reproduce
- Run Nextcloud
- Run into an unhandled exception during app initialization phase
- See unrelated apps getting disabled
Expected behaviour
We only disable apps if it's really their fault and the error was triggered there.
Actual behaviour
If apps call some other app's or server code and that causes an exception (database or redis down, for example) that app is wrongly disabled. Leading to other bugs and unwanted behavior.
Server configuration
Nextcloud version:
any