When idle, the dashboard constantly checks /api/players/online, even when not logged in. I don't see why it is constantly being checked, while it's only needed on the homepage. When not logged in, it even returns a 401 {"message": "You need to provide your credentials"}. The only reason I'm submitting an issue is that it's just using up data
When idle, the dashboard constantly checks
/api/players/online
, even when not logged in. I don't see why it is constantly being checked, while it's only needed on the homepage. When not logged in, it even returns a 401{"message": "You need to provide your credentials"}
. The only reason I'm submitting an issue is that it's just using up data