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

Problem with inviting friends to an event #259

Closed an2508374 closed 1 month ago

an2508374 commented 1 month ago

After going to any event and trying to invite someone I've got such results: image image

an2508374 commented 1 month ago

Probably it is associated with account which existed in the past and now are deleted. After last commit in "frontend_updates" I have:

image

SaintAngeLs commented 1 month ago

I've checked it up locally, and it is supposed to work.

SaintAngeLs commented 1 month ago

Server resources are unavailable now as I turned up prometheus. I would like to check it there.

an2508374 commented 1 month ago

So I can fix it to not show friend for which Student Details is null, but this probably means we have friends in Friends Service for which we don't have suitable elements in Student Service.

eggwhat commented 1 month ago

Unfortunately there are many instances that are not synchronized across many services. I would recommend clearing the databases and see if these issues still occur.

SaintAngeLs commented 1 month ago

Unfortunately there are many instances that are not synchronized across many services. I would recommend clearing the databases and see if these issues still occur.

I would agree with @eggwhat.

SaintAngeLs commented 1 month ago

@eggwhat, please drop the production database.

eggwhat commented 1 month ago

On my way

eggwhat commented 1 month ago

It should be empty now