SaintAngeLs / distributed_minispace

Microservices based Social Network -- Distributed .Net Blazor solution. MiniSpace is a microservices-based social network designed to enhance student life. Built with .NET Blazor, it enables event management, social interactions, and administrative oversight, providing a comprehensive platform for students and event organizers.
https://minispace.itsharppro.com
Apache License 2.0
5 stars 0 forks source link

Issue with the identity service in Blazor application #210

Closed SaintAngeLs closed 1 month ago

SaintAngeLs commented 1 month ago

After Signing-In to the user that does not exists, the identity service defines the Internal Exception but this exception is not handled in Blazor application. Please, I request you to resolve this issue.

an2508374 commented 1 month ago

I will provide solving of this issue in frontend_merge branch.

SaintAngeLs commented 1 month ago

I will provide solving of this issue in frontend_merge branch.

Thank you, @an2508374, I am looking forward for update.

an2508374 commented 1 month ago

I've fixed it. We will have such alert: Screenshot from 2024-05-28 00-23-22

SaintAngeLs commented 1 month ago

@an2508374 thank you! Nice work!