Hi,
after updating the Server from 30.0.5 to 30.0.6 the Flutter mobile App is not able to login anymore.
The same App works against a 30.0.5 and fails against a 30.0.6
So i would assume that this is a server side bug or a changed (default) setting.
The (client side) used library is:
And i use their example code.
Because i can reproduce the error on 30.0.6 backend and not on 30.0.5 backend i know its not a client failure.
The server logs say:
TypeError: OCA\UserStatus\Controller\UserStatusController::__construct(): Argument #3 ($userId) must be of type string, null given at /homepages/39/d881534295/htdocs/nextcloud/apps/user_status/lib/Controller/UserStatusController.php#36
Does anyone can reproduce this problem or has some sort of help/explanation?
Thanks