Android client stuck on login

Hi,
I have a problem with the Android app.
The application is stuck on login phase when I enter correct credential.
(If I enter bad credential, the response is immediate.)

But when I check with the web interface, inside user security, I can see the connection of my smartphone.

So do you have an idea ?

Thanks in advance for your help :wink:

Ps: My Nextcloud is behind a reverse proxy which manage SSL certificates for all of my home services.

2 Likes

According to:

If you are using nginx for reverse proxy, setting

fastcgi_param HTTPS on;

should do the trick.