What is mean Map badge

Theerayuttu 2 years ago

Hi,
What is mean Badge show on Map menu, Is it data not update?
It shows up very often.
Screenshot 2024-09-25 155519.png

Cristian 2 years ago

has to do with the socket
<Badge color="error" variant="dot" overlap="circular" invisible={socket !== false}>

Anton Tananaev 2 years ago

It means you have a problem with WebSocket connection.

Theerayuttu 2 years ago

Thank you, How can we fix this problem or not? or where point to check it.

Anton Tananaev 2 years ago

First check network console to see what the actual error is.

Theerayuttu 2 years ago

Mostly we will found this issue on mobile app traccar manager, but on desktop we will not encounter this issue.

Anton Tananaev 2 years ago

Does it happen in a mobile browser? If yes, you can still check network console.

Theerayuttu 2 years ago

thank you Anton, we will try to check as you suggest.