TUM-Dev / campus_flutter

Development of the cross-platform TUM Campus App with Flutter - for and from students at Technical University of Munich.
https://tum.app/
GNU General Public License v3.0
37 stars 4 forks source link

[BUG] Loading of Profile Details Fails #213

Closed GunniBusch closed 7 months ago

GunniBusch commented 7 months ago

Describe the bug The profile badge on the main side is not loading. I think there is something wrong with the api. I put screenshots form the request. But fyi, if I put the id of an other student it worked. To Reproduce Steps to reproduce the behavior:

  1. Go to the main page of the app/web app
  2. See profile badge not loading

Expected behavior To show the user its profile picture and name I guess.

Screenshots IMG_1945 IMG_1947 IMG_1946

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

jakobkoerber commented 7 months ago

Thanks for contributing! Seems like something I have to escalate to the TUMonline team since your personenDetails returns a 404

GunniBusch commented 7 months ago

Thanks for contributing! Seems like something I have to escalate to the TUMonline team since your personenDetails returns a 404

Thanks, keep me posted.

jakobkoerber commented 7 months ago

They know now about the issue and will investigate further, probably tomorrow. This is an issue with TUMonline and can't be solved in the Frontend. I improved however the way the UI handles the issue. This will be released with 4.5.2

jakobkoerber commented 7 months ago

Was successfully fixed by the TUMonline team 👌 You should now be able to see your full contact card and, if an error occurs, a better handled UI with 4.5.2. Please keep in mind that due to caching the new data might not be visible immediately

GunniBusch commented 7 months ago

Was successfully fixed by the TUMonline team 👌 You should now be able to see your full contact card and, if an error occurs, a better handled UI with 4.5.2. Please keep in mind that due to caching the new data might not be visible immediately

Works. Thx