What is mean Map badge

Theerayuttu4 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

Cristian4 months ago

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

Anton Tananaev4 months ago

It means you have a problem with WebSocket connection.

Theerayuttu4 months ago

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

Anton Tananaev4 months ago

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

Theerayuttu4 months ago

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

Anton Tananaev4 months ago

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

Theerayuttu4 months ago

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