Message: Hi everyone, I'm stuck in a login loop with the Android App.
-
Setup: Debian + Nextcloud 22 (subdir
/nextcloud). -
Networking: Using Tailscale (HTTP only, no SSL certs yet).
-
Config:
trusted_domainsincludes the Tailscale IP and hostname
The issue:
-
Accessing via mobile browser at
http://xxxx/nextcloudworks flawlessly. -
If I enter
xxxx/nextcloudin the App, I get a “Untrusted Domain” warning (seems like it’s forcing HTTPS). -
If I enter
http://xxx/nextcloudin the App, it opens the browser for authentication. After clicking “Grant Access”, the browser says “Access granted”, but the App stays on the “Please complete the login process” screen forever.
Any tips on how to fix this token exchange over HTTP?
Thanks