What is mean Map badge

Theerayuttu3 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

Cristian3 months ago

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

Anton Tananaev3 months ago

It means you have a problem with WebSocket connection.

Theerayuttu3 months ago

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

Anton Tananaev3 months ago

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

Theerayuttu3 months ago

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

Anton Tananaev3 months ago

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

Theerayuttu3 months ago

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