Skip to main content


!Friendica Support
With the switch to the RC branch of Friendica, a user with Android 10 and 11 are have problems logging in with a mobile app (Fedilab, Raccoon, Relatica).

I can log in without any problems from my devices (2 Android; 1 iPhone).

I cannot find any error messages relating to OAuth, credentials or other terms in the logs.

Does anyone know what the problem is? What should I look for in the logs to find a message that provides information about the problem?

Have a look at the access-logs of your webserver. Hopefully, these three apps send user agent strings with their name. Then have a look if the request returns some 4** or 5** error or some 2**. If you find some 4**, please tell here with the log.

@Michael 🇺🇦 These are hits from the same IP address.
Furthermore, there are no issues with registrations.

xxx - - [30/Sep/2025:07:51:26 +0200] "GET /.well-known/host-meta HTTP/2.0" 200 487 "-" "SubwayTooter/5.549 Android/11"
xxx - - [30/Sep/2025:08:37:44 +0200] "POST /api/v1/push/subscription HTTP/2.0" 401 175 "-" "Tusky/31.1 Android/11 OkHttp/5.1.0"
xxx - - [30/Sep/2025:08:37:44 +0200] "GET /api/v1/push/subscription HTTP/2.0" 401 175 "-" "Tusky/31.1 Android/11 OkHttp/5.1.0"
xxx - - [30/Sep/2025:08:37:44 +0200] "DELETE /api/v1/push/subscription HTTP/2.0" 401 175 "-" "Tusky/31.1 Android/11 OkHttp/5.1.0"

@Matthias
I am the 'suspicious' user and can no longer use any Android App.
(Fedilab, Moshidon, Raccoon, Subway Tooter, Tusky)
Getting from App's only error messages like:
Fedilab: 'Die App konnte kein Token abgerufen'
Raccoon: 'Invalid Credentials'
Moshidon: 'Error parsing an API error'
Tusky (all possible variations) 'Kontoinformationen konnten nicht abgerufen werden'
Subway Tooter: '(missing response body) (HTTP 500) loma.ml GET https://loma.ml/API/V1/accounts/verify_credentials'

All in 'https://loma.ml/settings/oauth' already cleared, without effect.

The HTTP error 500 should be findable in the logs. It indicates some server side error.
Enable the debug level. Then the user should try again. Then grep for the same pattern in the friendica log. You should find the line GET /api/v1/accounts/verify_credentials. In that line you will find the parameter request-id followed by some string. Please then grep all lines with that string.

@Michael 🇺🇦
We have now tried 5 different Android devices + 2 iPhones with different accounts. All logins were successful. We also had to try a Sony with Android 7 again ;) No problem here either with Tusky.

@@container01@loma.ml

@Kāpitan
Thank you for pointing that out. I think it's a local issue.

@Fedilab Apps

@Matthias Yep, just figured they might have ideas because they work with Friendica in a different way.