You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.
I've been testing both, owncloud and nextcloud today and getting an error redirection when configuring Documents as defaultapp to be shown after login.
-- config.php -- 'defaultapp' => 'documents',
I've been testing some fixes and I've got a working fix (at least as far as I have had time to test the app) changing this line in this file:
Ninja edit for adding versions information:
Nextcloud 9.0.53 (stable)
Documents 0.12.0
Server version: Apache/2.4.23 (Debian)
PHP 7.0.9-1+b2 (cli) ( NTS )
I've been testing both, owncloud and nextcloud today and getting an error redirection when configuring Documents as defaultapp to be shown after login.
-- config.php --
'defaultapp' => 'documents',
I've been testing some fixes and I've got a working fix (at least as far as I have had time to test the app) changing this line in this file:
-- appinfo/routes.php --
to
I'm not pretty sure if it's purely a code bug or some misconfiguration in the default .htaccess (mod_rewrite) included in the projects.
Regards,
Javier Civantos
The text was updated successfully, but these errors were encountered: