What is mean Map badge

Theerayuttu2 months 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

Cristian2 months ago

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

Anton Tananaev2 months ago

It means you have a problem with WebSocket connection.

Theerayuttu2 months ago

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

Anton Tananaev2 months ago

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

Theerayuttu2 months ago

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

Anton Tananaev2 months ago

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

Theerayuttu2 months ago

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