You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
I have been trying to debug some stuff today, the symptom is that the "Getting started button" in RDS does nothing. It seems that from the point of view of Sciebo-RDS the federated cloud id is passed on to RDS from Nexcloud, instead of the local userid:
I have been tryinmg to hardcode the user name in various places in lib/Controller/PageController.php and lib/Controller/RdsApiController.php but without being able to find where it is actually set.
I have been trying to debug some stuff today, the symptom is that the "Getting started button" in RDS does nothing. It seems that from the point of view of Sciebo-RDS the federated cloud id is passed on to RDS from Nexcloud, instead of the local userid:
{'error': 'UserNotFoundError', 'http_code': 500, 'description': '{"type": "User", "data": {"username": "kano@sunet.se@sunet.drive.test.sunet.se"}} not found'}The above error message is from the log of: layer2-port-service
That means that the username, in this case, is set to: kano@sunet.se@sunet.drive.test.sunet.se instead of what I suspect that it really needs: kano@sunet.se
I have been tryinmg to hardcode the user name in various places in lib/Controller/PageController.php and lib/Controller/RdsApiController.php but without being able to find where it is actually set.