C. L. Martinez
2018-Mar-28 09:36 UTC
[CentOS] OT: Problems with NextCloud 13.0.1 under Centos7
Hi all, I have a strange problem with a clean NextCloud 13.0.1 install under CentOS 7 (fully patched): when I try to login with admin user immediately after setup, returns to login page without returning any error. An no errors in nginx or php log files ... I am using the following components: rh-php71 rh-mariadb102 nginx 1.12 Any idea? Many thanks.
Götz Reinicke
2018-Mar-28 11:39 UTC
[CentOS] OT: Problems with NextCloud 13.0.1 under Centos7
Hi,> Am 28.03.2018 um 11:36 schrieb C. L. Martinez <carlopmart at gmail.com>: > > Hi all, > > I have a strange problem with a clean NextCloud 13.0.1 install under > CentOS 7 (fully patched): when I try to login with admin user immediately > after setup, returns to login page without returning any error. > > An no errors in nginx or php log files ... > > I am using the following components: > > rh-php71 > rh-mariadb102 > nginx 1.12 > > Any idea? >Any hints in the nextcloud log? /G?tz
C. L. Martinez
2018-Mar-28 13:18 UTC
[CentOS] OT: Problems with NextCloud 13.0.1 under Centos7
Nop, nothing ... On Wed, Mar 28, 2018 at 1:39 PM, G?tz Reinicke < goetz.reinicke at filmakademie.de> wrote:> Hi, > > > Am 28.03.2018 um 11:36 schrieb C. L. Martinez <carlopmart at gmail.com>: > > > > Hi all, > > > > I have a strange problem with a clean NextCloud 13.0.1 install under > > CentOS 7 (fully patched): when I try to login with admin user immediately > > after setup, returns to login page without returning any error. > > > > An no errors in nginx or php log files ... > > > > I am using the following components: > > > > rh-php71 > > rh-mariadb102 > > nginx 1.12 > > > > Any idea? > > > > Any hints in the nextcloud log? > > > /G?tz > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
On Wed, 28 Mar 2018 11:36:41 +0200 C. L. Martinez wrote:> I have a strange problem with a clean NextCloud 13.0.1 install under > CentOS 7 (fully patched): when I try to login with admin user > immediately after setup, returns to login page without returning any > error.Have you raised the loglevels and disabled 3rd party apps? https://docs.nextcloud.com/server/12/admin_manual/issues/general_troubleshooting.html -- Papst Franziskus ruft zum Kampf gegen Fake News auf. Wir finden, der Mann, der sich als Stellvertreter Christi ausgibt, von dem er behauptet, dessen Mutter sei zeitlebens Jungfrau gewesen, er h?tte ?ber Wasser gehen und selbiges in Wein verwandeln k?nnen, hat vollkommen recht.
Marcelo Ricardo Leitner
2018-Mar-31 18:16 UTC
[CentOS] OT: Problems with NextCloud 13.0.1 under Centos7
On Wed, Mar 28, 2018 at 11:36:41AM +0200, C. L. Martinez wrote:> Hi all, > > I have a strange problem with a clean NextCloud 13.0.1 install under > CentOS 7 (fully patched): when I try to login with admin user immediately > after setup, returns to login page without returning any error.FWIW, I'm using their docker container (which is based on Debian, yes) on a CentOS 7 host without issues so far. By your description, I would think something is wrong with the integration with nginx. Some bad URL rewrite config, for example. M.