-
-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Description
Expected Behavior
Rainloop app shows up. ldap_user app shows current configuration in settings.
Current Behavior
Rainloop app only shows a blank screen. ldap_user app shows an empty configuration in settings.
Reason seems to be the updated nginx/site-confs/default. I know that it was done according to official nextcloud documentation.
Issues are already discussed e.g.:
- Rainloop doesn't load after upgrade to Nextcloud 21 pierre-alain-b/rainloop-nextcloud#230
- Update nginx.rst -- Reworked the Nginx configs nextcloud/documentation#2197
- Fix Nginx .well-known redirects nextcloud/documentation#6221
Steps to Reproduce
- apply 8681226 to
nginx/site-confs/defaultresp. update the docker-image, deletenginx/site-confs/defaultand restart the container - reverting
nginx/site-confs/defaultto previouse version makes rainloop and ldap_user apps work again
Environment
OS: Linux 5.6.0-0.bpo.2-amd64 #1 SMP Debian 5.6.14-2~bpo10+1 (2020-06-09) x86_64 GNU/Linux
CPU architecture: x86_64
How docker service was installed:
as provided by OpenMediaVault
Command used to create docker container (run/create/compose/screenshot)
Docker logs
e.g. log/nginx/error.log
2021/03/28 17:12:24 [error] 413#413: *117 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Class 'OC' not found in /config/www/nextcloud/apps/rainloop/app/index.php:8
Stack trace:
#0 /config/www/nextcloud/apps/rainloop/app/rainloop/v/1.15.0/include.php(57): __get_custom_data_full_path()
#1 /config/www/nextcloud/apps/rainloop/app/index.php(23): include('/config/www/nex...')
#2 {main}
thrown in /config/www/nextcloud/apps/rainloop/app/index.php on line 8" while reading response header from upstream, client: 192.168.xxx.xxx, server: _, request: "GET /apps/rainloop/app/?OwnCloudAuth HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "xxxx"
spychodelics
